Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 3 months ago

Recipe Page

accessibility
Selasi•100
@Sussana7
A solution to the Recipe page challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm proud of how clean and well-organized the layout turned out. I focused on maintaining a consistent visual structure using spacing, padding, and font styling. I'm also happy with the use of semantic HTML elements like <ul>, <ol>, and headings for accessibility and structure.

If I were to do it again, I would explore using CSS Grid for the layout in addition to Flexbox, and I’d also add some CSS transitions or subtle animations to improve user experience.

What challenges did you encounter, and how did you overcome them?

One challenge was properly aligning and spacing all the sections so they looked balanced and visually pleasing on different screen sizes. I used media queries to adjust the layout for smaller screens and box-sizing: border-box to make padding and width calculations more predictable.

Also, making sure fonts loaded correctly from Google Fonts required careful setup of the <link> tags and font-family declarations.

What specific areas of your project would you like help with?

I'd appreciate feedback on:

Whether I’ve structured the HTML semantically and accessibly (e.g., using headings inside <ul>).

How I could improve the responsiveness or make the layout more flexible using modern techniques like CSS Grid or clamp() for font sizes.

Suggestions for improving visual hierarchy and contrast—do the colors work well for readability?

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Selasi's solution.

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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License