Answers for "Centering the image"

CSS
0

Centering the image

img {
  display: block;
  margin: 0 auto;
}
Posted by: Guest on October-06-2021

Browse Popular Code Answers by Language