1520
submitted 1 year ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 57 points 1 year ago* (last edited 1 year ago)
                    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
[-] [email protected] 36 points 1 year ago
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
display: grid;
place-items: center;
[-] [email protected] 16 points 1 year ago

Pah too many words just use tabs 🤣

[-] [email protected] 17 points 1 year ago
[-] [email protected] 22 points 1 year ago

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

[-] [email protected] 1 points 1 year ago

Who are you calling a div?

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

Programmer Humor

32060 readers
812 users here now

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

Rules:

founded 5 years ago
MODERATORS