Página Responsiva Utilizando Grid e tabelas

Solution retrospective
Tive dificuldade com espaçamentos (padding e margin) e para colocar os marcadores (disc) em cor diferente da do texto.
What specific areas of your project would you like help with?Os espaçamentos entre as sections estão grandes, gostaria de ajuda para melhorar o arquivo CSS para ajeitar isso.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bloo2kk
Your CSS is clean and modern—great work! Here are a few quick tips to improve it:
- Remove invisible characters like non-breaking spaces ( ) that can cause issues.
- Add missing semicolons, e.g. after padding: 0.
- Use clearer class names than .img, like .hero-image.
- Include box-sizing: border-box to simplify layout handling.
- Enhance responsiveness in your media queries by adjusting layout or font sizes.
- Use <img> with alt for important images to improve accessibility.
Join 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