blob: 408dea53405bb6634236c2c84a188321318c20f8 [file]
<style>
div {
width: 50px;
height: 50px;
}
</style>
<div style="background-color: blue"></div>
<div style="background-color: green"></div>
<div></div>
<div style="background-color: green"></div>
<div style="background-color: blue"></div>
<div></div>
<div style="background-color: green"></div>