- 1
How do I align an image to the centre?
Thanks guys :)
6 Answers
+ 5
Check this Example.
<img src="blwebcam-sample.jpg" alt="Suni" class="center">
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
+ 3
Rupert Complete html course first otherwise you can't understand anything
+ 2
Put inside div or span tag and apply CSS on that tag.
0
Sorry, I'm only new and have no idea what that means
0
can you please explain this really simply, this is literally my first day on HTML;)