
Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I learnt that button
elements do not inherit properties, including font-family
.
Fixed by including:
What specific areas of your project would you like help with?button { font-family: inherit; }
This was my first responsive design ever, so any feedback on responsiveness is appreciated.
One thing regarding fluid typography: when using clamp()
I'm just going through trial and error to figure out values that look good, is there a better approach?
Community feedback
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