Center a Block

- By Brigitte Jellinek

You can only use text-align: center on text (duh!) not on a block-level element like div. The trick is to use the margin of the block-level element.

With the value auto the available space left and right of the element ist automatically distributed equally.

Example: margin auto