Design comparison
SolutionDesign
Community feedback
- @Guri58Posted 4 months ago
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.
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