gecko/image/test/reftest/gif/ImageDocument.css

15 lines
184 B
CSS
Raw Normal View History

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;
}