servo/tests/html/test-absolute.css
2014-09-08 20:21:42 -06:00

7 lines
112 B
CSS

img {
position: absolute;
top: 200px;
left: 100px;
border-width: 10px;
border-color: blue
}