• Rose@slrpnk.net
    link
    fedilink
    arrow-up
    14
    ·
    6 days ago

    If using plain CSS, usually it’s enough to set width appropriately, and margin-left and margin-right to auto.

    If using a Modern Frontend/CSS Framework, then may God have mercy on your poor soul.

    (Seriously I just started a new project with TailwindCSS and I’m so confused. But not entirely desperate yet.)

      • toddestan@lemm.ee
        link
        fedilink
        arrow-up
        5
        ·
        5 days ago

        Generally I find many these frameworks will make some complicated things simple, but the cost is some things that were once simple are now complicated. They can be great if you just need the things they simplify - or in other words can stick to what they were intended for, but my favorite way of keeping things simple is to avoid using complicated and heavy frameworks.

      • gradual@lemmings.world
        link
        fedilink
        arrow-up
        1
        ·
        5 days ago

        I think they exist because of ignorance.

        People who don’t understand how to do a task will usually choose the wrong tools for that task.

        If someone is trying to cover up their lack of knowledge, they will usually make things more complicated than they need to be.

    • loics2@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      5 days ago

      w-... mx-auto, replace the 3 dots with your desired width value, and that’s it with tailwind