blob: e7f5dd5bf5c98323a7e5cb1b354e8d445c3d119e [file] [log] [blame]
<style>
.el {
width: 150px;
height: 150px;
background-color: green;
}
</style>
<div class="el el1">
</div>
<div class="el el2" >
</div>
<div class="el el3" style="position: relative;">
<div style="background: red; width: 10px; height: 10px; position: absolute; top: 0; left: 0;"></div>
</div>