In this demo why doesnt image center when with
margin: 0 auto;
There is room around image so 25px on each side should be enough?
In this demo why doesnt image center when with
margin: 0 auto;
There is room around image so 25px on each side should be enough?
img {
display: block;
margin: 0 auto;
}
my bad.,…image is inline element
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.