Design comparison
SolutionDesign
Solution retrospective
any comment would be helpfull
Community feedback
- @matiasluduena23Posted 11 months ago
Hi SAMSON360! Good work! Just one advice that might can help you with your font-size.
- You can use clamp() function, this function takes 3 parameters, the first one is the minimum size the second is the ideal size and the last one is the maximum size. Look this. You can take advantage of this setting a viewport unit in the second parameter, and make your font be dynamic.
Use this in your links:
nav li a { font-size: clamp(1rem, 3vw, 2rem); }
Play with those values.
Good code!
Matias
0@samson360-codePosted 11 months ago@matiasluduena23 thank you i appreciate that i will look into it
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