mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
8 lines
112 B
CSS
8 lines
112 B
CSS
img {
|
|
position: absolute;
|
|
top: 200px;
|
|
left: 100px;
|
|
border-width: 10px;
|
|
border-color: blue
|
|
}
|