+ 2
How to make the image on the center?
4 Answers
+ 7
you can use CSS for that or by putting a img tag in other container
<div align="center">
<img src="image.png"/>
</div>
or
<center>
<img src="image.png"/>
</center>
+ 3
ššššš
+ 2
Ok thx bro
+ 1
margin: auto;
display: block;