Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive-Recipe-page

@Alexworldwid

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

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

@petritnuredini

Posted

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:

  1. 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.
  2. CSS Styling:

    • Consistent Font Sizing: Use relative units like em or rem for font sizes instead of px 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.
  3. Responsiveness:

    • Media Queries: You've started implementing responsiveness with media queries. Continue to refine this to ensure your page looks great on all devices.
  4. 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.
  5. Accessibility:

    • Alt Text for Images: Good use of alt text for images. This is crucial for users who rely on screen readers.
  6. 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.
  7. 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-Guerin888

Posted

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 GitHub
Discord logo

Join 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