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

Responsive CSS page with many Lists and Grid

ImMushroomsWeTrust•140
@ImMushroomsWeTrust
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 was proud of adapting this page to the different screen-sizes as well as using variables as mush as possible in the combination with short-hand method, for setting the fonts up

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

I was struggling with the proper gap between the ::maker symbol and the text itself, until I realized, that for the padding from the left of the container border, I should use .ingridients ul { padding-left: 24px; } Left padding for the li tag as a whole and .ingridients li { padding-left: 16px; } for the gap, between dot and the text

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

I'm still not sure about using variables in the gaps and margins, etc. and also would like to make my code more adaptive, using rem em

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 ImMushroomsWeTrust'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

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