Responsive Blog review Card

Please log in to post a comment
Log in with GitHubCommunity feedback
- @DevvMarko
Good site! I would like to suggest changing h2 "HTML and CSS Basics". In the code you have this text:
h2 { color: hsl(47, 88%, 63%); cursor: pointer; font-size: 27px; }
change the color to black and add h2:hover. When you hover over the h2 text, the color will change to yellow:
h2:hover { color: hsl(47, 88%, 63%); }
this will make site better :)
Join 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