Design comparison
SolutionDesign
Solution retrospective
I think the most difficult thing here was to add the hover capability. I wasn't sure if I could do this only with CSS and styling from react-bootstrap, so I spend a great deal of time trying to figure it out States from react, but in the end I could simplify.
Community feedback
- @atif-devPosted over 1 year ago
Hi gianella, congrats🎉 on completing the challenge. Better take care about following points.
- Always check Frontendmentor Report Generator issues after submitting the project for removing errors and warnings. To avoid accessibility issue "All page content should be contained by landmarks" use code as :
<body> <main> ---your code here---- </main> <footer> </footer> </body>
(why
main
matters? Read here)(Don't use ID as duplicate, ID is always unique)
Hope you will find this Feedback Helpful.
Marked as helpful1
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