mirror of
https://github.com/servo/servo.git
synced 2025-06-16 12:24:29 +00:00
16 lines
209 B
HTML
16 lines
209 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
html, body {
|
|
margin: 0;
|
|
}
|
|
section {
|
|
position: absolute;
|
|
background: lime;
|
|
top: 63px;
|
|
width: 118px;
|
|
height: 48px;
|
|
left: 16px;
|
|
}
|
|
</style>
|
|
<section></section>
|
|
|