Answers for "how to set the image in css in the center"

CSS
44

css center image

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
Posted by: Guest on November-28-2019

Code answers related to "how to set the image in css in the center"

Browse Popular Code Answers by Language