Design comparison
Community feedback
- @petritnurediniPosted 9 months ago
Great job on completing the Single Price Grid Component challenge! 🌟 This project showcases your ability to create a responsive and visually appealing layout. Here are some best practices and recommendations to further enhance your skills and the project:
HTML Best Practices:
- Semantic HTML: Nicely done using semantic elements. Consider wrapping the pricing and feature sections in
<section>
tags for better structure and semantics. - Alt Attributes: Always provide descriptive alt text for images to improve accessibility.
CSS Best Practices:
- Responsive Design: Your use of media queries for responsiveness is spot on. Keep testing on various devices for consistency.
- CSS Variables: You've effectively used CSS variables for colors and fonts, making the style sheet easier to maintain.
Accessibility and UX:
- Keyboard Navigation: Ensure that all interactive elements like buttons are accessible via keyboard.
- Focus States: Implement clear focus states for interactive elements for better accessibility.
Performance Optimization:
- Image Optimization: Optimize images to improve loading times, especially for mobile devices.
Code Organization:
- CSS Organization: Consider organizing your CSS by components or functionality (layout, typography, colors) for better readability.
Learning Resources:
- For advanced CSS techniques, CSS Tricks is a great resource.
- To deepen your understanding of responsive design, the Responsive Design Guide by Google Web Developers is highly informative.
- For accessibility best practices, explore Web Content Accessibility Guidelines (WCAG).
You're making impressive progress in your web development journey. Continue to challenge yourself with new projects and technologies. Remember, each project is an opportunity to refine your skills and learn something new. Keep up the fantastic work! 💻🚀
Marked as helpful1 - Semantic HTML: Nicely done using semantic elements. Consider wrapping the pricing and feature sections in
- @miteshp98Posted 10 months ago
Excellent job :)
what your email or any discord !? Would look forward to work on some project together..!
1@xStephxPosted 10 months ago@miteshp98 thanks for feedback! My discord: stefan.exe. I'm glad you're interested in working together on some project.
0 - @BadGuitarist07Posted 10 months ago
Excelente trabajo, solamente le pondría un :hover al boton y cursor: pointer al botón del "Sign Up" para darle un poco de dinamismo.
Resumiendo, quedó practicamente identico.
1@xStephxPosted 10 months ago@BadGuitarist07 thanks for feedback! I didn't take this stuff, because is not added in design, but yes it is good for adding, looking better. :)
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