• @Matriks404@lemmy.world
    link
    fedilink
    English
    21
    edit-2
    11 months ago

    After some time toying with CSS I have decided to fuck it and whenever I need to make a website I will just either:

    • Make a plain website with no virtually no styling.
    • Use bootstrap or some other similar shit.
    • @ElectricCattleman@lemmy.world
      link
      fedilink
      English
      211 months ago

      I used to like bootstrap. Still do. But it has some faults… Depending on your needs you’re loading a lot of CSS you aren’t using.

      Bootstrap 5.3 is 59kb before gzip. 6700 lines of code. That’s a lot to just apply some simple styles.

      There are a ton of lighter weight alternatives nowadays.