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