aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/test-absolute.css
blob: 0929875f918a78f2df51367127c0e30acfb2770b (plain) (blame)
1
2
3
4
5
6
7
img {
    position: absolute;
    top: 200px;
    left: 100px;
    border-width: 10px;
    border-color: blue
}