I would like to know to align the text in a p element to be vertically centered.
p
Here are my styles:
In my case margin auto works fine.
p { font: 22px/24px Ubuntu; margin:auto 0px; }