2021-09-07 UTC
# Murray[d] In general, if you're after a grid layout, then CSS Grid is a good start. It has the added benefit of giving you access to rules like `place-content` and `place-items` which will align child elements on both the X and Y axis, making centering surprisingly quick (Flexbox also gives you access to these commands)