Design comparison
SolutionDesign
Solution retrospective
Please review and give me suggestions.
Community feedback
- @RioCantrePosted over 2 years ago
Hello there! Good job in completing this challenge. Regarding your solution, I would like you to notice the following…
- Import the
attribution
style in CSS file and remove thestyle
tag - Instead of
div
, alternatively wrap the whole content withmain
tag . Use semantic tags, for HTML structures, refer it with this one Semantics. This line<div class="attribution">
can be wrap withfooter
tag - Include description with the
alt
in image tags but it's optional - Simplify the padding in
.container
rule set intopadding: 20px;
In the bright side...
- The CSS file is well organized and proper usage of properties
- The HTML structure is clean and readable
- Great use of details in the project, it's responsive and looks the same as the orginal
- Good job in adding font weight in the font style which is basically needed for the main header
Above all, the project is done well. Keep up the good work! Cheers!
Marked as helpful0@TechNechPosted over 2 years ago@RioCantre Thank you for the suggestions. I will make sure I follow in future challenges.
0 - Import the
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