this post was submitted on 28 Nov 2024
1354 points (99.6% liked)

Comic Strips

12956 readers
2648 users here now

Comic Strips is a community for those who love comic stories.

The rules are simple:

Web of links

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 3 weeks ago* (last edited 3 weeks 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.