
Design comparison
Solution retrospective
Fiquei na dúvida entre Flexbox e Grid Layout, mas acabei ficando com o Flexbox pois julguei mais simples.
What specific areas of your project would you like help with?É uma dúvida pequena, alguém usou o Grid Layout? Se sim, comenta aí pls!
Community feedback
- @Pogo182028Posted 8 days ago
Hi there! 👋
First off, great work on your project! If you’re looking to dive deeper into modern layout techniques, I highly recommend checking out CSS-Tricks' Guide to Grid. It’s an excellent resource for mastering CSS Grid and taking your layouts to the next level.
You can also use CSS Grid Generator that generates the layout for you.
I like how you’ve implemented the responsive design with media queries—it shows good attention to detail. Here are a few suggestions to refine the design further:
Softer Box-Shadow: A softer shadow like
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
will give a more polished look.CSS Optimization: Group common styles for
.block
to avoid repetition and keep your CSS clean.Marked as helpful0
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