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

Programmer Humor

23127 readers
792 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
[–] AnotherPenguin@programming.dev 18 points 1 day ago (3 children)

Bottom right has always happened, just create bugs yourself and then fix them to keep your job

[–] Korhaka@sopuli.xyz 2 points 1 day ago (1 children)

It's easy, just use @media and padding to the left side of the div to put it in the centre for each screen size.

[–] Horse@lemmygrad.ml 2 points 1 day ago
div {
    margin: auto;
}
load more comments (1 replies)