mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
7 lines
112 B
CSS
7 lines
112 B
CSS
img {
|
|
position: absolute;
|
|
top: 200px;
|
|
left: 100px;
|
|
border-width: 10px;
|
|
border-color: blue
|
|
}
|