0
I am traying to align the image of the trees in the center of the page, although I am doing all what this app teach me, I cant.
Can someone tell me what I am doing wrong? Thanks
7 ответов
+ 4
Thank both , now I understand how to do it😁
+ 2
Align is not supported in HTML5.
https://www.w3schools.com/tags/tag_img.asp
Here's a guide to centering:
https://css-tricks.com/centering-css-complete-guide/
+ 2
img {
display: block;
margin: auto;
}
+ 1
Can you please provide us with a link to your relevant Code Playground project so we can take a look?
0
Ok thanks