
Design comparison
SolutionDesign
Community feedback
- @RioCantrePosted about 3 years ago
Hello there! Good job in this challenge. Viewing the solution, I think you should consider the following as well…
- Wrap the whole content with specific tag like
main
. For HTML structures, refer it with this one Semantics - Remove unnecessary code to keep it clean
- Include
alt
with description in image tags. Like this line<img class="container__image" src="./images/illustration-hero.svg">
- Another way to compile the colors and font is to create a single file like
variable.scss
and import both styles and properties.
Above all, Well done! Keep it up and Hope this is helpful!
0 - Wrap the whole content with specific tag like
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