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