Design comparison
Solution retrospective
The hover on the "claim your free trial" doesnt work for me, could be because it is a link and not a button? Thank you!
Community feedback
- @MooseCowBearPosted over 1 year ago
Hi NedHalm,
You can add a hover effect even though it is a link. You'd just add a rule like "element:hover { whatever effect you want }". In this case, it looks like it's probably a filter to increase the brightness of the element.
If you want to add the same effect for someone who is using a keyboard to navigate, you can add a element:focus to the same rule.
0@Meii-LssaPosted over 1 year ago@MooseCowBear Thank you for your help ! I've already done that before posting and it didn't work, but now it oddly does work, i think i misspelled the #button tag. Thank you once more!
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