Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
.testbox {
width: 50px;
height: 50px;
}
.anchor {
position:absolute;
top: 100px;
background-color: red;
}
.infobox {
position: absolute;
top: 150px;
background-color: green;
}
</style>
<div class="anchor testbox"></div>
<div class="infobox testbox">
</div>