blob: 779a44ef4010dc8ac2151123ce2da94da3b1e7e5 [file] [log] [blame]
<style>
.first {
width: 100px;
margin-top: 100px;
outline: 5px solid blue;
}
.second {
width: 100px;
height: 100px;
outline: 5px solid blue;
position: relative;
top: 20px
}
</style>
<div class=first></div><div class=second></div>