CSS Vertical and horizontal align a span inside of a div?

alignment, css

Solution

You would like to use `text-align: center` and `vertical-align: middle` css properties.

See example

Problem

Please look at this jsfiddle: http://jsfiddle.net/xMAKq/20/ How could I center the left column text to be centered like this:

Original source