blob: 4125784a9be19397f5b0a2ad879f7ad45c394ff3 [file] [log] [blame]
<style>
div {
background-color: green;
width: 100px;
height: 100px;
}
</style>
<div style="position: relative; left: 10px;"></div>
<div style="position: relative; top: -100px; left: 390px;"></div>