this post was submitted on 10 May 2026
302 points (99.3% liked)

Programmer Humor

31350 readers
2550 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] funkless_eck@sh.itjust.works 23 points 14 hours ago (2 children)

if they're using class="card" then they're likely using something like bootstrap in which the CSS is largely handled for you anyway

[–] 3abas@lemmy.world 6 points 12 hours ago (1 children)

Fun fact, people often use css frameworks as a starting point and override a lot of built in classes to add their own look.

[–] Blackmist@feddit.uk 1 points 5 hours ago

Although it has lead to every website have that 2/3/4 column look for about 10 years at least. Widescreen monitors have 50% of the space wasted,

I think it was Grid that started it, had 12 columns you could divvy up with a load of weird classes, and then a version of grid got added to the CSS standard instead so now it's just there.

You can still make CSS from scratch, but I can see why a beginner would go with Bootstrap or whatever.

[–] tgxn@lemmy.tgxn.net 4 points 14 hours ago

Unless your using an LLM to make simple one-page HTML pages. In which case it likes to reinvent the wheel every single time. 🤣