gecko/image/test/reftest/encoders-lossless/ImageDocument.css

17 lines
209 B
CSS

body {
background: #222 url(noise.png);
margin: 0;
}
img {
display: block;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
color: #222;
}