blob: 01956bf492c825d73271d528d74f4a6053764e0a [file] [log] [blame]
<!DOCTYPE html>
<style>
.outer {
position: relative;
margin-left: 100px;
width: 400px;
height: 400px;
background: green;
}
</style>
<body>
<div class="outer"></div>
</body>