<div class="box1">fff</div> <div class="box2">fff</div>
div{ width: 100px; height: 100px; margin: 10px; } .box1{ background: red; } .box2{ background: pink; }