Design comparison
Solution retrospective
Fortunately this was a straightforward design with CSS Grid so I don't have any specific questions, but any feedback would be very much appreciated! 😄
Community feedback
- @correlucasPosted about 2 years ago
👾Fala , tudo bem? Parabéns pelo desafio!
Seu html está funcionando, mas você pode melhorá-lo usando tags semânticas e substituir os divs, por exemplo, a
<div>
que envolve cada cartão com<article>
e o parágrafo com a citação a tag de marcação<blockquote>
desta forma você irá envolver cada bloco de elemento com a melhor tag. Lembre-se<div>
é apenas um elemento de bloco sem nenhum significado.Aqui um guia com todas tags semanticas: https://www.w3schools.com/TAgs/default.asp
👋 Espero ter ajudado e continue no foco!
Marked as helpful1
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