
Design comparison
Solution retrospective
This time, I took pride in my attention to detail regarding dimensions like padding and margins. My next goal is to start using Figma and learning how to work with it.
What challenges did you encounter, and how did you overcome them?The challenge of this project for me was making it responsive and replicating the original design. I used ChatGPT for some parts and DevTools for others.
What specific areas of your project would you like help with?responsive
Community feedback
- @Muhammed-HamdanPosted 3 months ago
Hey great work ! Your solution looks quite close to the reference design. Great attention to detail.
I noticed in your CSS that you mentioned the
font-family
for every element. When you have a common property value for multiple elements, you can specify in a single CSS rule with multiple selectors like below.selector1, selector2, selector3 { property:common-value }
This way, if you make any common change, you will only have to modify at one common place
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