Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
body {
margin: 0;
}
.square {
position: absolute;
left: 40px;
top: 40px;
width: 100px;
height: 100px;
background-color: green;
}
</style>
<div class="square"></div>