.box, .box--red, .box--blue { display: inline-block; width: 100px; height: 100px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); } .box--red { background-color: red; } .box--blue { width: 120px; background-color: blue; }