Design comparison
Solution retrospective
I had a bit of trouble with the table aspect. Please kindly review and let me know areas i can improve on
Community feedback
- @petritnurediniPosted 10 months ago
Congratulations on completing your Recipe Page project! It's great to see your commitment and effort in building this web page. Here are some best practices and suggestions to enhance your project:
-
HTML Structure and Semantics:
- Semantic HTML: Great job using semantic elements like
<main>
,<header>
,<section>
, and<footer>
. This enhances the accessibility and readability of your code. - Image Responsiveness: Consider using the
srcset
attribute in your<img>
tags to load different image sizes based on the viewport size for better responsiveness and performance.
- Semantic HTML: Great job using semantic elements like
-
CSS Styling:
- Consistent Font Sizing: Use relative units like
em
orrem
for font sizes instead ofpx
to improve accessibility and ensure consistency across different screen sizes. - Use of Classes and IDs: Ensure that classes and IDs are named meaningfully and consistently. This makes your CSS easier to understand and maintain.
- Consistent Font Sizing: Use relative units like
-
Responsiveness:
- Media Queries: You've started implementing responsiveness with media queries. Continue to refine this to ensure your page looks great on all devices.
-
Performance:
- Optimize Images: Ensure images are optimized for the web to reduce page load times. Tools like TinyPNG can help compress images without losing quality.
-
Accessibility:
- Alt Text for Images: Good use of alt text for images. This is crucial for users who rely on screen readers.
-
Code Organization and Readability:
- CSS Organization: Consider organizing your CSS properties in a consistent order (e.g., position, display, margin/padding, then colors and fonts). This makes your CSS easier to read and maintain.
-
Learning Resources:
- For HTML and CSS best practices, MDN Web Docs is a fantastic resource.
- To enhance your responsive design skills, CSS-Tricks offers great insights and tips.
Keep up the great work! Every project is a stepping stone to becoming a better developer. Remember, the community is always here to support you. Can't wait to see what you create next! 🚀🌟💻
0 -
- @Nicolas-Guerin888Posted 10 months ago
Bonjour, Essai de changer la police d'écriture avec la propriété CSS font-family, et change la couleur du texte avec la prorpiété CSS color
Le reste est bon ;)
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