Answers for "bring the image on the center html"

CSS
12

center image css

.centerImg {
  display: block;
  margin: 0 auto;
}
Posted by: Guest on June-01-2020
0

How do i allign a pic centre in html

<img src="Sanjith.jpg" class="centre" height = "200" width = "100">
Posted by: Guest on September-13-2020

Code answers related to "bring the image on the center html"

Browse Popular Code Answers by Language