Design comparison
Solution retrospective
Hello there check my solution and like it
Community feedback
- @denieldenPosted over 2 years ago
Hi Muhammad, great work on this challenge! 😉
Tip of graphic design: with
font-family:" Big Shoulders Display ", cursive
the browser will use the Comics Sans font when it doesn't find the first font indicated (you can seen during loading)... for the designer it's a really awful font! I would rather replace it with afont-family:" Big Shoulders Display ", sans-serif
much more similar to the primary font.Also to make it look as close to the design as possible add
max-width: 50vw, overflow: hidden and border-radius: 1rem
tocontainer
class and removepadding
Overall you did well 😁 Hope this help!
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