Design comparison
SolutionDesign
Solution retrospective
I'd love to hear your comments on my solution.
Community feedback
- @superpooperxxxPosted almost 2 years ago
Hi, good job, looks really good🔥
Comments:
- You can use only one <h1> on your website as this is a main header of hole website
❌ <h1>Supervisor</h1> ✅ <h3>Team Builder</h3>
- Use more semantic tags, for instance each your card can be <article>
❌ <div class="box cyan"> ✅ <article class="box cyan">
- Avoid useless wrappers
<div>❌ <div class="box cyan">
Happy coding❤️ Hope this was helpful
0
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