Design comparison
SolutionDesign
Community feedback
- @abhixdevPosted 7 months ago
Hey, really nice work! I noticed some irregularities in your code. The color of the box is pure white. i.e
.card {background-color: white;}
. The text color of title "HTML & CSS FOUNDATIONS" should be black, but on hover, it should change to yellow. First, removestyle="color: hsl(47, 88%, 63%)"
and add a new class for the title. I suggest adding a class named "title" inside your style.css.title:hover { color: hsl(47, 88%, 63%); }
Don't forget to add the "title" class to your HTML element.
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