• danA
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    20 days ago

    CSS is still used.

    Modern CSS is pretty different to MySpace-era CSS though. Floats are practically never used any more, absolute positioning is a lot rarer than it used to be, and flexbox and CSS grid have made making page layouts far easier. There’s also many things we can do with pure CSS now that used to require JS.