Design comparison
SolutionDesign
Community feedback
- @RioCantrePosted over 2 years ago
Hello there! Nice job in completing this project. Regarding your solution, I would like to take notes of the following…
- This line
<div id="attribution">
can be wrap withfooter
tag - The font size in
#description > a
rule set can be increase intofont-size: 4em;
- Increase the opacity in the hover state into
opacity: 0.8;
Other than that...
- Proper usage of semantic tags
- HTML structure is well organized
- Clean code and readable
- CSS file is well structured and organized
- The design's details are on point
- Great use of the hover state of the design, specially the overlay part
- Well use of Flexbox in alignment in every divided part of the code
Above all, the project is done well. Keep up the good work! Cheers!
Marked as helpful0 - This line
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