Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Desejaria o texto mais alinhado a forma.
What challenges did you encounter, and how did you overcome them?O Grid ainda é um desafio para mim.
What specific areas of your project would you like help with?Grid.
Community feedback
- @Mirjax2000Posted 8 months ago
Hi i checked your code.
In HTML you are using too many DIVs. Use HEADER, FOOTER,ARTICLE even if you are inside element. Card element has also header and its footer.
you set for every element on the page font-size 12px.
* {font-size:12px}
that will be problem with default font in the browser. Use REM or EM units instead. Not sizes in pixels. In responzive pages fixed sizes are bad strategy.
grid is good, but you have problem to keep mobile design.
see you
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