Design comparison
Solution retrospective
Fico feliz em poder concluir esse desafio. Tenho um conhecimento prévio nessa área do Front End, porém, já consigo realizar algumas coisas bem legais!
Não mudaria nada no projeto! O desafio foi divertido na maneira em que foi cobrado.
What challenges did you encounter, and how did you overcome them?Não tive muita dor de cabeça realizando esse projeto!
What specific areas of your project would you like help with?Até então não preciso de nenhum tipo de ajuda para concluir projetos com a mesma didática deste desafio.
Community feedback
- @SandyAstorgaPosted 6 months ago
Hello! I liked how it looks, in the responsive part as well, it would just be maybe give the tag <a> a text-decorate: none so that you don't see the link lines. Best regards!
1@ArthurratsPosted 6 months ago@SandyAstorga Thank you very much for the correction! But I already tried this procedure to remove the ''underline'' from the links and it didn't work.
0@SandyAstorgaPosted 6 months agoHello again! I took the liberty of entering your code, in style.css just add this:
a { text-decoration: none; }
. I tried placing it after thenav { width: 250px; margin: auto; }
and it worked for me. I hope it helps you 😊0
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