aliging text in the center of the div code example
Example 1: css center image
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
Example 2: center text in div container
text-align: center
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
text-align: center