Doesn’t matter how many years I work with CSS, I will always confuse flex things like align-content and align-items, like inserting a USB cable wrongly, every single time. Oh and align vs justify. CSS grid is incredible too. I can’t believe how spoiled we are now with amazing layout options.
- "justify-" is for the primary axis.
- "align-" for the secondary one
- "-content" is for grid tracks / rows in flex-wrap containers.
- "-items is for individual children (within the row / grid cell)
I would also definitely prefer clearer names.