Published
- 1 min read
mettre une image au milieu css
The solution for this is noted below
mettre une image au milieu css
Solution
IMG.displayed {
display: block;
margin-left: auto;
margin-right: auto }
...
<IMG class="displayed" src="..." alt="...">
Try other methods by searching on the site. That is if this doesn’t work