Design comparison
SolutionDesign
Community feedback
- @drAsifAli123Posted over 2 years ago
Everything looks perfect except hover state. give hover pseudo class to this:- .main-img:hover{ color:hsl(178, 100%, 50%);} h1:hover{ color:hsl(178, 100%, 50%);} .last-span:hover{ color:hsl(178, 100%, 50%);} and try to use h2 heading after h1. I hope this will help you to improve your practice. if it will then give an upvote. thank you.
Happy Coding🎈
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