blob: b67a1c566af9ed309ca32a288ca461020133ef34 [file] [edit]
<style>
div {
background-color: green;
height: 100px;
width: 100px;
display: inline-block;
}
</style>
<div></div><div style="width: 200px;"></div>