blob: 6c7071a727dd27d182ae017e9f6dbc0834361ddc [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
background: blue;
margin: 0;
}
div {
position: fixed;
width: 100px;
height: 100px;
background: green;
}
</style>
<div></div>