Design comparison
SolutionDesign
Solution retrospective
Still learning, any feedback is welcomed
Community feedback
- @FluffyKasPosted almost 3 years ago
Hey there,
Looks very good, well done! The only small issue I can see is the font-family of your buttons! Button don't inherit values from the
body
(where you specified your font-family), they get overridden bu default button styles! You just need to specify font-family again on the buttons, that's it :)You should also consider looking into relative units instead of px once you feel a bit comfortable with CSS, that would improve responsiveness! Other than this, good job!
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