div text in middle of div code example
Example 1: css center image
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
Example 2: how to center a div
margin:auto
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
margin:auto