blob: be273848c57da5055da2d1458e83fed48a105f05 [file] [log] [blame]
<!DOCTYPE html>
<style>
#target {
width: 50px;
height: 100px;
background-color: green;
}
#spacer {
width: 50px;
height: 200px;
}
</style>
<div id="spacer"></div>
<div id="target"</div>