Responsive CSS and HTML Recipe Page

Solution retrospective
I am most proud of using pseudo elements to create the bullet points for the lists to have more control with the positioning.
I would do a better job next time of organizing my code by section as I got a little lost at times not having dedication flows for my sections of code.
What challenges did you encounter, and how did you overcome them?I faced a challenge of not resetting my margins and padding from the start. I forgot to do that, and after finishing the layout, i realized i needed to reset my margins and padding to be able to make my site behave how i wanted. I had to redo my layout after resetting which costed me some time.
What specific areas of your project would you like help with?I would like some insight now how to make lines of text that wrap on lists start at the same point rather than one line being indented and the other starting at the beginning. I had to use position absolute and pseudo elements to fix this as everything i found as a fix on the internet didn't work, i.e. (text-indent and padding that offset each other, etc.)
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on tylerhyndman484'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