Design comparison
Solution retrospective
Hello! Any advice?
Community feedback
- @DeolabestPosted about 2 years ago
Hey @duchessa01, Congratulations on completing this challenge!
- The price change hover effect requires the underline to disappear and change color. Solution:
.price-edit:hover { text-decoration: none; }
Keep doing a good job!
Marked as helpful0 - The price change hover effect requires the underline to disappear and change color. Solution:
- @TripinetaPosted about 2 years ago
👋 Hello!
The card adapts very well! Maybe you could add a transition on the hover effects block so it's not so direct.
transition: 0.3s
Don't forget to modify the font style on the main button.
Good work!
Edit: Sorry for the clarification of the button font. I just looked at the comparison and it looks fine, but when I look at it from my browser (Firefox) it doesn't recognize the font.
Marked as helpful0@duchessa01Posted about 2 years ago@Tripineta Hello! Thank you! I always forget about using transitions ahahah I'm using firefox too but I see the font correctly, strange :(
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