• @lud@lemm.ee
      link
      fedilink
      41 month ago

      no-trick pure CSS

      What do you mean? How else would you center content without CSS?

      • @cley_faye@lemmy.world
        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”.