Answers for "how to set a div in center with pics"

4

image center in div

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
Posted by: Guest on December-28-2020

Code answers related to "how to set a div in center with pics"

Browse Popular Code Answers by Language