Solution: Square Box Filler
Let’s design a set of square elements that always maintain a 1:1 aspect ratio and expand to fit their container’s width, regardless of viewport or container size.
We'll cover the following...
We'll cover the following...
Problem description
Given a container <div>
that holds several child <div class="square">
elements, write CSS rules so each child ...