mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
12 lines
155 B
HTML
12 lines
155 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
position: absolute;
|
|
top: 11px;
|
|
left: 1px;
|
|
width: 100px;
|
|
height: 100px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
<div></div>
|