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

Programmer Humor

20232 readers
1471 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 2 years ago
MODERATORS
702
CSS (i.imgur.com)
submitted 10 months ago* (last edited 10 months ago) by nullPointer to c/programmer_humor
 

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 10 months ago* (last edited 10 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 10 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 10 months ago

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