
Design comparison
SolutionDesign
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Guri58
HTML Improvements
- Semantic Tags: Use more semantic tags for better structure and accessibility. For example, use <header>, <article>, and <footer> where appropriate.
- Consistent Indentation: Ensure consistent indentation for better readability.
CSS Improvements
- Responsive Design: Use relative units (like em, rem, %) instead of fixed units (like px) for better responsiveness.
- Box-sizing: Add box-sizing: border-box; to ensure padding and borders are included in the element's total width and height.
Join 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