Submitted 10 months ago
Single price grid component using HTML and CSS
@roraima1986
Design comparison
SolutionDesign
Community feedback
- @petritnurediniPosted 10 months ago
Congratulations on completing the Frontend Mentor challenge! Here are some quick tips for improvement:
- HTML Structure: Good use of semantic elements like
<header>
,<main>
, and<section>
. Ensure that each section is properly labeled for better accessibility. - CSS Grid: Excellent implementation of the CSS grid. For larger projects, consider commenting on your grid areas for better maintainability.
- Responsive Design: Make sure that your design is fully responsive, especially on very small screens. Test different devices for consistency.
- Color Contrast: Check the contrast of your text colors against the background for better readability and accessibility.
- Code Optimization: Review your CSS for redundant or unused styles and streamline your code for efficiency.
Keep learning and experimenting. Here are some resources:
Keep up the great work and happy coding! 🚀
Marked as helpful0 - HTML Structure: Good use of 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