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