Design comparison
SolutionDesign
Community feedback
- Account deleted
HTML improvements
- Add semantic elements like
<main>, <article>
etc. - Use logical heading levels
<h1>, <h2>, ... , <h6>
- Use
<a>
elements for links and style them like buttons if needed
CSS improvements
- Use CSS variables for easier theming
- Use class selectors instead of id to make components reusable
0 - Add semantic elements 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