blob: 8b10f3f4f0e4744f8cda291b6dc53673e8d262a4 [file] [log] [blame]
<style>
.first {
width: 70px;
height: 30px;
background-color: red;
}
.second {
width: 70px;
height: 70px;
background-color: green;
}
</style>
<div class=first></div><div class=second></div>