Submitted almost 3 years ago
Base Apparel Landing page using CSS Grids and JS
@username-copied
Design comparison
SolutionDesign
Community feedback
- @RioCantrePosted almost 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 of
container
with specific tag likemain
and not<container>
tag. For HTML structures, refer it with this one Semantics - Include description with the
alt
in image tags. Like this line<img src="./images/logo.svg" alt="" class="logo" />
- Include media queries for the responsive design.
Above all, Well done! Keep it up and Hope this is helpful!
1 - Wrap the whole content of
- @username-copiedPosted almost 3 years ago
Thank You Rio :))
0@RioCantrePosted almost 3 years ago@username-copied No worries! I would appreciate it if you find this as helpful! Cheers!
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