Center Align Elements

To horizontally center a block element (like div), use margin: auto;

Note: This will not work in InternetExplorer 8, unless a !DOCTYPE tag appears before the html tag.


Here is a sentence of text about nothing in particular in a div box that will also be centered.


Note that these texts are not centered.