Problem: Centering via CSS Grid
Try to center an element perfectly within a container using CSS Grid’s alignment properties for both axes.
We'll cover the following...
We'll cover the following...
Problem description
A .grid-container
measuring 200×200px contains a single child .centroid
. ...