Beyond the Walls

Because the mind is a terrible thing to waste

rainbow

Vertical Alignment

Vertically aligning items is a tricky thing to do in CSS. While it should be as simple as setting vertical-align: middle;, that method doesn’t work for block level elements (read: paragraphs). While there are techniques to get that to work, this article is a good introduction to what you CAN do with the vertical align property.

http://css-tricks.com/what-is-vertical-align/

CSS has a property called vertical align. It can be a bit confusing when you first learn about it, so I thought we could go through it’s use a little bit.

Leave a Reply