Design comparison
SolutionDesign
Solution retrospective
I would like some feedback regarding the approach on how to solve the challenge. It is my first time solving a challenge and I am a beginner at HTML/CSS.
I used what I knew along with some new elements (new for me). Any feedback is welcome.
I appreciate very much your time :)
Community feedback
- @viniciusshenri96Posted over 2 years ago
@naathcs Olá, ótimo trabalho no seu primeiro desafio 👏 utilize mais tags semânticas, pra não dá problema de accessibility issues aqui no frontend mentor, principalmente o <main>
<main> <div class="qr-code-box"> <img src="images/image-qr-code.png" alt="qr-code-png" class="qr-code-img" /> <h2 class="qr-h2">Improve your front-end skills by building projects</h2> <p class="qr-p">Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p> </div> </main>
Marked as helpful0@naathcsPosted over 2 years ago@viniciushenri96 aah eu não sabia disso. Muito obrigada! Vou atualizar esse código e usar no meus próximos.
1
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