mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
14 lines
180 B
HTML
14 lines
180 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body {
|
|
background: blue;
|
|
margin: 0;
|
|
}
|
|
div {
|
|
position: fixed;
|
|
width: 100px;
|
|
height: 100px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
<div></div>
|