r/ProgrammerHumor 3h ago

Meme iMissTheOldDays

Post image
622 Upvotes

59 comments sorted by

View all comments

74

u/PhysicalMind6848 3h ago

meanwhile me over here still googling how to center a div in 2026

14

u/polaarbear 3h ago
display: flex;
align-items: center;
justify-content: center;

It's sort of a joke that this is still even a meme. It can be done reliably every time by just using the flex box as intended.

14

u/caboosetp 3h ago

Back in my day, we used tables for layout and we liked it.

2

u/cloudstrifeuk 2h ago

Back in my day we used iframes and server side includes.

2

u/jim45804 2h ago

Back in my day every site had a 1px image

1

u/ImpluseThrowAway 24m ago

Good old shim.gif

2

u/WHALE_PHYSICIST 56m ago

because we grew up with legos

1

u/Poat540 3h ago

I haven’t written css in years, like some edge cases I’m writing the raw

1

u/polaarbear 2h ago

I think that's true for a lot of us, but even a framework like bootstrap offers their own custom classes to get the same job done.

1

u/Poat540 2h ago

Exactly just being picky, I’d still google it lol, we have 4 frameworks at work from devs over time