Submitted about 1 year agoA solution to the Recipe page challenge
Responsive React Tailwind Recipe Page
react, tailwind-css
@rtambunt

Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm most proud to have finished yet another Frontend Mentor challenge
What challenges did you encounter, and how did you overcome them?There were some minor issues:
-
Adjusting the spacing of a list item's bullet point
Solution: Adding a span or p tag with a margin left styling works like a charm
-
Getting an to span two columns in a table
Solution: Wrap the in a and respectively, then apply a colspan property to the td (in our case colspan=2)
Any suggestions help!
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Robbie Tambunting'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