Design comparison
Solution retrospective
Waiting for your feedback.
Community feedback
- @danielmrz-devPosted 10 months ago
Hello there! šš½āāļø
Your solution looks excellent!
I have a suggestion about your code that might interest you:
š If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.
It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!
I hope it helps you in future projects! š
Other than that, great job!
Marked as helpful1@MoBlack00Posted 10 months agoThanks a lot ššš¾šŖš¾ I'm already started to use it after I finished this task@danielmrz-dev
1 - @petritnurediniPosted 9 months ago
Congratulations on completing the Stats Preview Card Component project! Your implementation showcases a strong understanding of HTML and CSS, creating an attractive and responsive design. Here are some best practices to consider:
-
Semantic HTML: Great job structuring your HTML. Consider using more semantic elements like
<article>
,<aside>
, or<footer>
for better readability and SEO. Learn about semantic HTML here. -
CSS Custom Properties: You've effectively used CSS custom properties (variables). This is a good practice for maintainability and reusability. More on CSS variables here.
-
Responsive Images: Nicely done with the
<picture>
element for responsive images. Ensure all images are optimized for performance. Learn about image optimization here. -
Font Loading: Be cautious about loading multiple font weights as it can impact performance. Load only the weights you need. More on font optimization here.
-
Accessibility: Ensure that your site is accessible, including keyboard navigation and screen reader compatibility. Explore more about web accessibility here.
-
Media Queries: Great use of media queries for responsive design. Test across various devices to ensure a consistent experience. More on media queries here.
Keep up the excellent work! Your dedication to learning and applying best practices is evident. I look forward to seeing more of your projects in the future!
Marked as helpful0 -
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