223
Python
7y

Another gem from r/ProgrammerHumor

Comments
  • 6
    @iam13islucky Sorry you didn't like it. Many rants here are about vertical aligning in css so I found it to fit in :)
  • 8
    @iam13islucky Not everyone goes and checks memes everywhere. At least he gave credits.
  • 1
    We mostly drop out of college to change the world instead (as Bill Gates, Steve Jobs and others did). Don't be a follower, be a leader.
  • 2
    @Mayhem93 Well, Bill Gates dropped out of Harvard so I don't think he would have been considered a follower even if he completed his education.
  • 2
    What's the fuss about this.

    Margin:auto;
    Text-align:center;

    Either one always works.
  • 1
    @fives That's horizontal aligning, not vertical
  • 2
    @Python Lol awkward. 😜

    .Parent {
    display:table;
    }

    .Child {
    display:table-cell;
    vertical-align:middle;
    }
  • 0
    And that's why we all love flexbox
Add Comment