mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
21 lines
270 B
HTML
21 lines
270 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body, ol, p {
|
|
margin: 0;
|
|
font-size: 16px;
|
|
}
|
|
body {
|
|
line-height: 10;
|
|
}
|
|
section {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 64px;
|
|
background: white;
|
|
}
|
|
</style>
|
|
<ol><li>Hello</ol><section></section>
|
|
|