Design comparison
SolutionDesign
Community feedback
- @jay-ikePosted about 1 year ago
Hello Yusuf I love your solution using only JavaScript now I've found some issues in the CSS
- on the navigation you've forgotten to avoid the background-image to repeat with background-repeat: no-repeat
- on typography, I think you can use fluid typography with the help of the clamp function in CSS ex: font-size: clamp(1rem, 2vi, 1.5rem)
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