blob: 0528c144b9abe12513a4bde585ee1935ba0e12c3 [file] [log] [blame]
<!DOCTYPE html>
<style>
#box {
position: absolute;
left: 300px;
top: 150px;
width: 50px;
height: 50px;
background-color: green;
}
</style>
<div id="box"></div>
<div style="height: 900px"></div>