Sunday, February 9, 2014

CSS trick to make text align to the bottom of a div!

#mydiv {
   width: 200px;
   height: 300px;
   display: table-cell;
   vertical-align: bottom;
}

No comments:

Post a Comment