I use css style text-align to align contents inside a container in HTML. This works fine while the content is text or the browser is IE. But otherwise it does not work.
Hello .content { margin-top:auto; margin-bottom:auto; text-align:center; }