@theussoliveira011Submitted about 2 years ago
No.
yes, exist a book about the best practices in HTML5?
No.
yes, exist a book about the best practices in HTML5?
salve matheus! ficou bem legal a sua solução, separei uns links aqui sobre boas praticas, da uma olhada (:
https://www.webfx.com/blog/web-design/20-html-best-practices-you-should-follow/ https://www.freecodecamp.org/news/html-best-practices/ https://www.themelocation.com/best-html5-practices/
how can I fix the image? it's kinda different from the design
I wasn't able to do mobile version, but will do my best to improve my knowledge on responsiveness for next projects
Hello Mello, on this specific challenge u can turn it responsive by including max-width 320px on your container class:
.container { max-width: 320px; }