Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<style>
.anchor1 {
position: absolute;
width: 50px;
height: 50px;
background: blue;
left: 50px;
top: 0;
}
.anchored {
position: absolute;
width: 50px;
height: 50px;
background: yellow;
left: 100px;
top: 50px;
}
</style>
<div class="anchor1"></div>
<div class="anchored"></div>
</html>