Answers for "have the image in the middle css"

CSS
1

how to center an image in css

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
Posted by: Guest on July-22-2020

Code answers related to "have the image in the middle css"

Browse Popular Code Answers by Language