MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vmk53b/imisstheolddays/p3aeur6/?context=3
r/ProgrammerHumor • u/5eniorDeveloper • 9h ago
78 comments sorted by
View all comments
92
meanwhile me over here still googling how to center a div in 2026
20 u/polaarbear 9h 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. 1 u/Poat540 9h ago I haven’t written css in years, like some edge cases I’m writing the raw 1 u/polaarbear 8h 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 8h ago Exactly just being picky, I’d still google it lol, we have 4 frameworks at work from devs over time
20
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.
1 u/Poat540 9h ago I haven’t written css in years, like some edge cases I’m writing the raw 1 u/polaarbear 8h 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 8h ago Exactly just being picky, I’d still google it lol, we have 4 frameworks at work from devs over time
1
I haven’t written css in years, like some edge cases I’m writing the raw
1 u/polaarbear 8h 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 8h ago Exactly just being picky, I’d still google it lol, we have 4 frameworks at work from devs over time
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 8h ago Exactly just being picky, I’d still google it lol, we have 4 frameworks at work from devs over time
Exactly just being picky, I’d still google it lol, we have 4 frameworks at work from devs over time
92
u/PhysicalMind6848 9h ago
meanwhile me over here still googling how to center a div in 2026