Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Am proud of completing this project.
What challenges did you encounter, and how did you overcome them?This challenge was quite easy to compete and i didn’t encounter any problems.
What specific areas of your project would you like help with?All suggestions are welcomed.
Community feedback
- @Grimm-NPosted 8 days ago
Wow, your work is looking sharp! Loving the effort you’ve put in here—it’s definitely coming together. 🔥
A couple of tips to level it up:
- Those inline styles in the HTML? They're just examples. You can move all of that into your CSS file to keep things clean and organized.
- Ditch the pixels! Units like
em
,rem
, or even percentages are more flexible and responsive, especially when scaling for different screen sizes. - Pro tip: start with the mobile version first (mobile-first approach). Then, use
@media (min-width: ...)
queries to handle larger screens. It’s a life-saver for responsive design!
Keep rocking it, you're doing awesome!
Marked as helpful1@Rahana23Posted 8 days ago@Grimm-N Thank you so much for the feedback, i will definitely work on them.
0
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