Design comparison
SolutionDesign
Community feedback
- @EnverUstaPosted 10 months ago
Congratulations! Your solution appears really good 👊. However, I have a few suggestions for you:
- I noticed that you wrote the same
font-family: 'Outfit', sans-serif;
twice. I think you can use it in a more generic way and avoid the code duplication. - It seems like you have used exact pixel values in a few places (like this:
width: 320px; height: 497px;
). Maybe you might use more responsive-friendly units.
Marked as helpful1 - I noticed that you wrote the same
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