Design comparison
SolutionDesign
Community feedback
- @Joliot-TSIMISARAKAPosted about 1 month ago
The solution provided is already close enough to the design, it just lack some adjustments:
- Try to use the 02 font families that came along with the project, it seems you've only used the Outfit and not the Young serif one for big headings,
- Also, don't forget to take into account the mobile version of the project too, and make it reponsive, you can do that pretty easily with
@media only screen and (min-width: 480px){}
for mobile
I'm no expert so I hope that my remarks have at least help you review your code and make you try harder again,
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