mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
175 B
CSS
15 lines
175 B
CSS
body {
|
|
background-color: #222;
|
|
margin: 0;
|
|
}
|
|
|
|
body > :first-child {
|
|
display: block;
|
|
position: absolute;
|
|
margin: auto;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|