• funkless_eck@sh.itjust.works
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    11 hours ago

    if they’re using class=“card” then they’re likely using something like bootstrap in which the CSS is largely handled for you anyway

    • 3abas@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      2
      ·
      9 hours ago

      Fun fact, people often use css frameworks as a starting point and override a lot of built in classes to add their own look.

      • Blackmist@feddit.uk
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 hours ago

        Although it has lead to every website have that 2/3/4 column look for about 10 years at least. Widescreen monitors have 50% of the space wasted,

        I think it was Grid that started it, had 12 columns you could divvy up with a load of weird classes, and then a version of grid got added to the CSS standard instead so now it’s just there.

        You can still make CSS from scratch, but I can see why a beginner would go with Bootstrap or whatever.