Design comparison
SolutionDesign
Community feedback
- @BlackpachamamePosted 10 months ago
Greetings! you have done a great job š
š Some accessibility and semantics recommendations for your HTML
- To improve the semantics of your HTML, you can change your
<div class="conteudo">
to a<main class="conteudo">
- Add a
padding
to generate interior space on your card. This prevents you from usingmargin
orpadding
on child elements to achieve the same result - Don't use
vh
orvw
for theheight
andwidth
of containers like card Better userem
,em
orpx
0@LucasCatuyamaPosted 10 months agoHi, @Blackpachamame ! Thank you so much for your feedback. When I developed this project, I did not know much about semantics tags.
All of the observations will really help me a lot. I will fix them and deploy again.
Thanks again š
1 - To improve the semantics of your HTML, you can change your
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