Design comparison
SolutionDesign
Solution retrospective
I found it most difficult to create the overlay hover feature for the image.
I am unsure of my CSS code but I tried my best to make it fit the image.
All in all, great challenge even though mine isn't perfect.
Community feedback
- @frank-itachiPosted over 1 year ago
Hello there π. Congratulation for completing the challengeπ!
I have some suggestions about your code that might interest you.
HTML π:
- The heading order is important in the html structure so try to always start your headings and/or titles with an
<h1>
tag and then you can increase by one if you need to use more heading in your html code. So replace the<h2>
tag by the<h1>.
I hope you find it useful! π Above all, you did a good job!
Happy
<coding />
π!0 - The heading order is important in the html structure so try to always start your headings and/or titles with an
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