I want text centered vertically in a box. I don’t want to use padding-top, because it will not be correct for text of every length. I have posted an example here: http://jsfiddle.net/55Ruh/23/
I want text centered vertically in a box. I don’t want to use padding-top
Share
You can use the table attribute vertical-align like this (on your example):
the html:
the css: