Design comparison
Solution retrospective
Tem alguma sugestão de melhoria no meu código ou algum que posso concertar?
Community feedback
- @anoshaahmedPosted almost 3 years ago
hey good job on this challenge! wrap everything in your body in
<main>
OR use semantic tags! if you're usingdiv
right afterbody
, then give them arole=""
; however, it's a little frowned upon to userole
right after body, so try to stick with semantic tags instead. you can read more about landmarks herehere is a list i made of accessibility issues & best practices
hope this helps :))
Marked as helpful0 - @victoralbenorPosted almost 3 years ago
Oi @vanessauzeda! Experimente usar as cores listadas no arquivo de style. Acho que vai ajudar a melhorar a leitura da descrição, que ficou um pouco apagado! Fora isso, ficou ótimo!
Marked as helpful0 - @NaveenGumastePosted almost 3 years ago
Hay There ! Good Job on this challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body like it should be your container
-> For 1st heading or h1 tag, use header tag and then inside the header put your h1 or h2 etc
-> But use header tag only once in main heading element.
-> I Think for "width max is 100%" so don't use more then that (I may be wrong pls correct me if i am)
-> The "p" element text is too light and use there given color for it
Keep up the good work!
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