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