Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<style>
.anchored {
position: absolute;
width: 50px;
height: 50px;
background: yellow;
left: 50px;
top: 0;
}
</style>
<div class="anchored"></div>
</html>