mirror of
https://github.com/servo/servo.git
synced 2025-06-16 12:24:29 +00:00
17 lines
221 B
HTML
17 lines
221 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
html, body {
|
|
margin: 0;
|
|
}
|
|
aside {
|
|
display: block;
|
|
position: absolute;
|
|
left: 12px;
|
|
top: 0;
|
|
width: 100px;
|
|
height: 100px;
|
|
background: blue;
|
|
}
|
|
</style>
|
|
<aside></aside>
|
|
|