Design comparison
SolutionDesign
Community feedback
- @RaidEyesPosted about 1 year ago
Great work my friend,
Overall, the layout and content are good. They match the design fairly well.
In your HTML, I recommend only use
#id
when you want to target big and specific elements, such as yoursummary
. Other elements with lower importance and may repeat many times should be used with.classes
.Another point is that try practicing with sementic elements with bigger project. Here is my way to use them (in order):
header
(for introduction)main
section
/article
(both are fine thougharticle
is lower as I remember)aside
(anything outside of yourmain
content)footer
Good luck on your next project my friend!
1@SanjoclintonPosted about 1 year agoThank you so much @RaidEyes . I’ll take note of this in my next projects.
1
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