Answers for "css how to center a picture in the midle"

CSS
1

center an image

.someclass {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
Posted by: Guest on July-08-2020

Code answers related to "css how to center a picture in the midle"

Browse Popular Code Answers by Language