how to center a specific part of an image css code example
Example: center an image
.someclass {
display: block;
margin-left: auto;
margin-right: auto;
}
.someclass {
display: block;
margin-left: auto;
margin-right: auto;
}