how to place an image at center in html code code example
Example: image align center
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}