blob: dd4f685c1758504f4d4c1a44f41e0b6d97703a2e [file] [log] [blame]
<style>
.container {
height: 120px;
width: 120px;
position: relative;
background-color: green;
}
div div {
background: blue;
height: 10px;
}
</style>
<div class=container>
<div style="width: 12px;"></div>
<div style="width: 120px;"></div>
</div>