CSS is still used. Modern web toolkits like bootstrap and tailwind can reduce or eliminate the need to write CSS explicitly. Some tools like Sass extend CSS. They all generally produce regular CSS that gets read by the browser.
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.
CSS is still used. Modern web toolkits like bootstrap and tailwind can reduce or eliminate the need to write CSS explicitly. Some tools like Sass extend CSS. They all generally produce regular CSS that gets read by the browser.
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.