oxjs/examples/images/image_manipulation/css/example.css
2012-06-21 23:14:38 +02:00

8 lines
No EOL
121 B
CSS

body {
margin: 16px;
background-color: rgb(240, 240, 240);
}
img {
display: block;
margin: 8px 0 0 2px;
}