
Sunnyside landing page with HTML5, CSS3 Grid & Flexbox, Vanilla JS
Design comparison
Solution retrospective
Any feedback regarding the look of the website, good practice in the code along with files organization will be much appreciated!
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hi, JuanCFS! 👋
Good job on this challenge! 👏 Your solution looks nice and is responsive! 👍
One thing I'd like to suggest is to use a single
<h1>
tag per page (since that’s commonly considered a good practice, now). In this case, the main heading ("We Are Creatives") could be the<h1>
and some less important heading tags (such as<h2>
or<h3>
) should work well for the rest of the headings inside the other sections of the page. Just a tip! 😉Keep coding (and happy coding, too)! 😁
Marked as helpful0@juancfsPosted almost 4 years agoHi @ApplePieGiraffe!
Thanks for your feedback. You are right, I think I should avoid using more than <h1>. I'll apply your recommendation. Thank you and happy coding, too!
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