Responsive CSS page with many Lists and Grid

Solution retrospective
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
Please log in to post a comment
Log in with GitHubCommunity 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