Design comparison
Solution retrospective
Me orgulho de ter conseguido desenvolver o projeto, mesmo tendo esquecido as coisas que estudei há alguns anos, com muita pesquisa consegui finalizar o projeto. Iniciei o projeto em JAVASCRIPT para aparecer uma mensagem quando o QR fosse lido, mas infelizmente não consegui desenvolver por ainda ter muita dificuldade em JS. O que faria de diferente é justamente isso, aplicar JS ao projeto.
What challenges did you encounter, and how did you overcome them?Lembrar da forma certa e qual tag usar para dividir partes do projeto para estilizar no CSS.
What specific areas of your project would you like help with?Tentar implementar o JAVASCRIPT. Talvez depois que o QR Code for lido, apareça uma nova página na tela avisando que foi lido ou alguma notificação pop-up.
Community feedback
- @hadodevPosted 2 months ago
Hi Kedna,
Nice solution. Maybe you need to review the following:
- The semantic HTML: for accesibility reason, change the
h2
header by theh1
. - Style: use
rem
instead ofpx
for font size and border-radius. - Design: try to acheive the correct space between elements. For example, the
.card
class must have the same left, right and top padding. Theh2
and thep
must has an additional padding-inline of1rem
(16px). - Take a look to this ressources regarding to modern css reset: Modern CSS reset
Keep going :-)
Marked as helpful0 - The semantic HTML: for accesibility reason, change the
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