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. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

4th Dec 2018, 1:18 PM
Cata EcheverrĂ­a
Cata EcheverrĂ­a - avatar
6 Answers
+ 4
Thank both , now I understand how to do it😁
4th Dec 2018, 2:01 PM
Cata EcheverrĂ­a
Cata EcheverrĂ­a - avatar
+ 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/
4th Dec 2018, 1:43 PM
Janning⭐
Janning⭐ - avatar
+ 2
img { display: block; margin: auto; }
4th Dec 2018, 4:03 PM
CalviŐ˛
CalviŐ˛ - avatar
+ 1
Can you please provide us with a link to your relevant Code Playground project so we can take a look?
4th Dec 2018, 1:25 PM
Janning⭐
Janning⭐ - avatar
0
Ok thanks
4th Dec 2018, 1:26 PM
Cata EcheverrĂ­a
Cata EcheverrĂ­a - avatar
4th Dec 2018, 1:28 PM
Cata EcheverrĂ­a
Cata EcheverrĂ­a - avatar