I have 4 DIV\'s right next to each other, and they\'re all centered in the middle of the screen. I have 2 words in each div, but I don\'t want them at the top, I want them t
Thanks @Harry the following code works for me:
.your-div{ vertical-align: bottom; display: table-cell; }