this post was submitted on 20 Mar 2024
701 points (97.3% liked)

Programmer Humor

19593 readers
465 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
701
CSS (i.imgur.com)
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

easy to get into trouble for sure.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 38 points 8 months ago* (last edited 8 months ago) (1 children)

I remember before CSS was released it was supposed to be such a panacea. And then everyone said that CSS 3 was going to fix everything.

And now we are here saying the human created system isn't the problem it is the humans that are the problem.

Semiconductors are the aliens. They are ruling us now.

[–] [email protected] 5 points 8 months ago (1 children)

How do you remember those days and not think things are way better now? CSS can still have weird behavior, but it's nothing compared to doing everything through one off html attributes and trying to position things with float hacks and dealing with browser specific bugs. Despite its problems, as someone who has made websites through every Internet era, things have gotten better and better.

[–] [email protected] 1 points 8 months ago

with CSS grid, and now subgrid (finally, chrome), layout with CSS has never been more pleasant