cley_faye@lemmy.worldtoProgramming@programming.dev•CSS finally adds vertical centering in 2024
201·
3 months agoWell, we’ve been vertically centring content with no-trick pure CSS for years now, so, good I guess?
Well, we’ve been vertically centring content with no-trick pure CSS for years now, so, good I guess?
There were tons of options with multiple HTML elements with a sequence of CSS properties to reliably provide vertical centering (and also use vertical space at the same time) back in the days.
Now, between flex and grid (mainly flex for me, I find them more convenient) all the HTML scaffolding we used to make this work can be removed to get the same result. That’s what I mean with “no trick”.