Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
body {
margin: 0;
}
.a {
position: absolute;
left: 0;
top: 0;
width: 100px;
height: 30px;
background-color: green;
}
.b {
position: absolute;
left: 40px;
top: 40px;
width: 30px;
height: 100px;
background-color: green;
}
</style>
<div class="a"></div>
<div class="b"></div>