3-column preview card component - css grid
Design comparison
Solution retrospective
all feedback is welcome
Community feedback
- @danielmrz-devPosted 11 months ago
Oi, Natalia!
Seu projeto ficou ótimo!
Tenho uma sugestão que pode ajudar:
- Ao invés de usar
margin
pra reduzir o tamanho do card, aplicamax-width
a ele. Dessa forma, ele continuará responsivo, mas só crescerá até certo limite. Esse limite é o valor que você especificar nomax-width
.
Utilizar valores percentuais (%) ou baseados no tamanho da viewport (vh e vw) pra margens, paddings, width e height pode causar bugs, além de fazer o card crescer demais em alguns casos e de menos em outros. Na dúvida, utilize rem como medida.
Espero que ajude!
Fora isso, seu projeto está excelente!
Marked as helpful1 - Ao invés de usar
- @rayaattaPosted 11 months ago
Hi 👋 ÑataliaFracasso, congratulations on completing this challenge 🎉 I have some suggestions you might find useful.
1. Every html document should have it's main content wrapped inside a main tag . You should replace
<section class="caixa">
with<main class="caixa">
2. It is much more advisable to include the link to your fonts inside your html instead of importing them in css.
3. since the images are only decorative,their alt attribute should be left empty i.e
alt = " "
I hope this helpsOther than that your solution is awesome👏 ✌️
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