Grid of responsive squares
New solution (2022) CSS has changed since this aswer was written. We now have several properties that can drasticaly simplify code for a square grid : The grid property to handle the grid layout (MDN reference) The aspect ratio property to handle the square aspect ratio of each grid item (MDN reference) The object-fit property … Read more