Recipe Page with HTML & CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Akshatasarawgi
Hi, The design looks good. I suggest you can use <b></b> in place of <span> to make the words bold. <span>Total: </span> <b> Total: </b> I liked how you used : td:nth-child(odd) { color: hsl(30, 10%, 34%); padding-left: 20px; } Additionally, you can use vw(view width) and vh(view height) instead of fixed size(px) to make the container flexible to adjust its size in different devices. Well done on writing a clean code!
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