put div element in center of container css code example
Example 1: how to assign something in center inside a div
IMG.displayed {
display: block;
margin-left: auto;
margin-right: auto }
...
Example 2: how to assign something in center inside a div
P { text-align: center }
H2 { text-align: center }