Design comparison
Solution retrospective
Is there any way to make transition smooth when user resize the screen ?
i tried to transition: all 0.1s ease;
but didn't work
Community feedback
- @petritnurediniPosted 10 months ago
Congratulations on finishing your Results Summary Component project, Yusuf! 🎉 Your project demonstrates a solid grasp of HTML, CSS, and responsive design principles. Here are some best practices and suggestions to enhance your project further:
-
HTML Best Practices:
- Semantic HTML: Ensure that your HTML is semantic. For instance, use
<main>
for the main content and<section>
for distinct sections. - Alt Attributes: Good job using alt attributes for images! Always ensure they are descriptive for better accessibility.
- Semantic HTML: Ensure that your HTML is semantic. For instance, use
-
CSS Styling:
- Consistent Naming: Keep your CSS class naming consistent and descriptive. This makes the code easier to read and maintain.
- Responsive Design: Excellent work on the responsive design. Always test your design on various screen sizes for consistency.
-
Accessibility:
- Keyboard Accessibility: Ensure all interactive elements are accessible via keyboard, especially for users who rely on screen readers.
- Contrast Ratio: Check the color contrast ratio for better readability, especially for users with visual impairments.
-
Performance:
- Optimize Images: Optimize image sizes for faster load times, especially on mobile devices.
-
Code Organization:
- Separation of Concerns: Keep your CSS separate from your HTML where possible.
- CSS Variables: Good use of CSS variables for colors! This practice makes it easier to maintain and change color schemes.
-
Further Learning:
- CSS Grid and Flexbox: Continue experimenting with CSS Grid and Flexbox for more complex layouts.
- CSS Animations: Consider adding subtle animations or transitions for a more dynamic user experience.
- Learning Resources: Explore MDN Web Docs for comprehensive guides on web technologies.
You've done an incredible job on this project. Keep pushing yourself with new challenges and technologies. Your progress is commendable, and I can't wait to see what you create next. Keep coding and exploring new frontiers in web development! 🚀
0@kyusufmPosted 10 months ago@petritnuredini
Thank you for the feedback~ It's really helpful
could you elaborate more on the accessibility, i am not quite get it.
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