Hello everyone,
Can you guide me on identifying the reasons behind the above issue?
I have aligned all content to the center using the text-align property. Why is it aligning all content except for the image?
Hello everyone,
Can you guide me on identifying the reasons behind the above issue?
I have aligned all content to the center using the text-align property. Why is it aligning all content except for the image?
Hello! Use:
margin: 0 auto;
Iād also recommend using some padding so there is a little distance from the img to the text (padding: 5px or padding-bottom: 5px)
I have aligned all content to the center using the text-align property. Why is it aligning all content except for the image?
An image is not text.
Add the margin rule mentioned by @debwesigner above to the img.
Thanks, @DebWesigner!
Have a great day!
Thanks, @JacksonBates! Have a wonderful day!