blob: f460c439aa8d6e56a8ad5a0826d6e0c0daf5df11 [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
margin: 0;
padding: 0;
}
#target {
position: absolute;
left: 20px;
top: 20px;
width: 100px;
height: 100px;
background-color: green;
}
</style>
<div id="target"></div>