Design comparison
SolutionDesign
Solution retrospective
Question i need help with. The overflow was alittle tricky and i need help. if anyone could look through my solution, please kindly drop a note on where i went wrong.
Thanks
Community feedback
- @HassiaiPosted almost 2 years ago
wrap the heading in <h1> instead of <h2> to fix the accessibility issue.
for the overlay change value of the opacity in .overlay to 0,
opacity: 0
. and give it a value of 0.9 in the hero-image: hover.hero-image:hover .overlay{ opacity: 0.1; cursor: pointer;}
Use rem as unit for the width values as well.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
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