Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Python55587y@iam13islucky Sorry you didn't like it. Many rants here are about vertical aligning in css so I found it to fit in :)
-
@iam13islucky Not everyone goes and checks memes everywhere. At least he gave credits.
-
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.
-
Python55587y@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.
-
fives10597y@Python Lol awkward. 😜
.Parent {
display:table;
}
.Child {
display:table-cell;
vertical-align:middle;
}
Another gem from r/ProgrammerHumor
undefined