Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I feel satisfied with the result, for now I don't think I will make any future changes.
What challenges did you encounter, and how did you overcome them?I had problems adding a Hover effect to the buttons, I used the linear-gradient() property to add a more custom color when hovering over the button, but the transition effect didn't work, until now I couldn't solve it.
Community feedback
- @MsadafKPosted about 1 month ago
try adding this "transition: background-image 0.3s ease, box-shadow 0.3s ease; " to your ".newsletters button".
hope this helps with your hover effect.
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