div.tile_row { display: flex; } div.tile { width: 100px; height: 100px; } div.neutral { background: antiquewhite; } div.black { background: black; } div.green { background: green; } div.red { background: red; } div.blue { background: blue; }