Design comparison
SolutionDesign
Solution retrospective
No hubo demasiada dificultad, solo unos problemas con mozila firefox, recomiendo usar chrome para desarrollo
Community feedback
- @HassiaiPosted almost 2 years ago
Replace <h4> with <h2> ti fix the accesibilty issue.
You forgot to give the body a background-image, with a background-size of contain and a background repeat of no repeat.
Give .conteiner__main a fixed max-width value instead of a percentage width value , with the max-width value there is no need for a media query in this challenge. e.g: .conteiner__main{max-width:25rem}
Hope am helpful Happy coding
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord