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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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