this post was submitted on 12 Aug 2023
1511 points (97.6% liked)

Programmer Humor

37438 readers
4 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] sirico@feddit.uk 58 points 2 years ago* (last edited 2 years ago) (2 children)
                    Awesome
 
  It's a really good skill to learn.           But Make sure you get a good work flow.  
      You don't want to be one of those that can't center a div
[–] Vishram1123@lemm.ee 35 points 2 years ago (1 children)
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
display: grid;
place-items: center;
[–] sirico@feddit.uk 16 points 2 years ago (1 children)

Pah too many words just use tabs 🤣

[–] dot20@lemmy.world 18 points 2 years ago (1 children)
[–] QuazarOmega@lemy.lol 21 points 2 years ago

W3C: nah those mfs have it way too easy, deprecates it

[–] dingus@lemmy.ml 1 points 2 years ago

Who are you calling a div?