• @[email protected]
    link
    fedilink
    191 month ago

    Well, we’ve been vertically centring content with no-trick pure CSS for years now, so, good I guess?

      • @[email protected]
        link
        fedilink
        171 month ago

        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”.