Published
- 1 min read
centre image in div
The solution for this is noted below
centre image in div
Solution
div img {
margin-left: auto;
margin-right: auto;
display: block;
}
Try other methods by searching on the site. That is if this doesn’t work