• #dev 2021-09-07
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2021-09-07 UTC
# 21:22
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)