blob: 52df581a6a0172b93eb3ab01021102a4c5f31cc4 [file] [log] [blame]
<style>
html, body {
margin: 0;
padding: 0;
}
div {
position: absolute;
width: 100px;
height: 100px;
}
</style>
<body>
<div style="background-color: red;"></div>
<div style="left: 100px; background-color: green;"></div>
<div style="left: 200px; background-color: blue;"></div>
</body>