Html And CSS

Solution retrospective
Hover Colour Change difficuty
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Great job!
I think its a technical issue. At first when I viewed your solution the problem came up then when I reviewed it (with the same browser), it disappear.
Do code clean up:
- Check your html code; remove the <hr> at line 41.
- In your css code clear these hr{ border-style: solid none none none ; border-width: 1px; width: 80%; margin-top: 30px; border-color: hsl(215, 51%, 70%); } (it serves no purpose.
Also change <div class="container"></div> to <main class="container"></main> and also for the top-container, middle-container, grid-container and bottom-container use <section></section> for all so you don't have to repeat grid always, as these make your code appear neat and easy to read.
If your found this helpful give it a like.
Happy coding!.
Marked as helpful
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