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

macaroni project

zee 60

@zeenox-stack

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@Mohamedkabba444

Posted

Wow, your design looks amazing! The visuals and layout are top-notch.

However, I noticed that the design isn't fully responsive. To take it to the next level, consider using flexible units for font sizes, margins, and padding:

  1. rem and em for relative sizing
  2. % for proportional sizing
  3. clamp(), min(), and max() for dynamic sizing

For example:

font-size: clamp(1.5rem, 3vw, 2.5rem); margin: 2em 3%; padding: 1rem 2% 3rem;

Additionally, using a CSS reset like Andy Bell's Modern CSS Reset can help ensure consistency across browsers.

By incorporating these techniques, you'll:

  1. Improve responsiveness
  2. Enhance accessibility
  3. Simplify maintenance

Your design skills are impressive! With these tweaks, your project will shine on any device.

Resources:

  1. Andy Bell's Modern CSS Reset
  2. CSS Units tutorial by Kevin Powell

Keep up the fantastic work!

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