Answers for "how to center the im"

CSS
0

Centering the image

img {
  display: block;
  margin: 0 auto;
}
Posted by: Guest on October-06-2021
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

Browse Popular Code Answers by Language