I am trying to display the text "I’m an iOS Engineer & Web Developer from London, UK" centrally aligned in the div with an id of 'london'. However, I am struggling to find a good way to do so. Horizontal alignment was easy as I just had to set the text-align property of the 'london' div. However, when trying to vertically align, I am unable to set the width and height properties meaning that I cannot use margin: 0 auto; to vertically align the text, as I am using span elements.
Please can you tell me the best way to acomplish this?
Here is a JSFiddle with what I have at the moment: http://jsfiddle.net/5aX7p/.
