Recipe Page using Tailwindcss

Please log in to post a comment
Log in with GitHubCommunity feedback
- @wxyzz22
Great overall! One quick suggestion is that there could be less usage of <div> and <span> for styling purpose: some of the styling could be moved to one layer up and then only style the parts that are different from the common parent, e.g.
<ul class="list-disc pl-6 pt-2 leading-8 text-[#7b284f] text-raspberry"> <li class="text-wenge-brown pl-4"><span class="font-bold">Total:</span> Approximately 10 minutes </li> </ul>
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