this post was submitted on 07 May 2025
1117 points (96.9% liked)

Programmer Humor

23119 readers
1703 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
[–] obinice@lemmy.world 45 points 1 day ago (28 children)

Okay but how do u center a div in 2025

[–] impedans@lemmy.world 10 points 1 day ago* (last edited 1 day ago) (2 children)

If you define what you mean by centering I'll give you a straight answer.

Vertically? Horizontally? Center the text or the entire box? Compared to the viewport, the parent container or the entire page?

"Centering" isn't as straight forward as you'd think, and what you actually want usually depends on the situation.

[–] Schadrach@lemmy.sdf.org 4 points 1 day ago

Fuck it, align='center'. That'll center it horizontally relative to some context and if that's not good enough then you should have been more precise in your request.

[–] FooBarrington@lemmy.world 7 points 1 day ago (1 children)
[–] impedans@lemmy.world 4 points 1 day ago

Yeah that works if you wanna center a box of content it relative to the parent container, either horizontally or vertically. For other situations we've got different tools

load more comments (25 replies)