Responsive recipe page using css and html

Solution retrospective
how do i implement the border bottom on the table rows
Please log in to post a comment
Log in with GitHubCommunity feedback
- @itsjavascript
My approach for this is by using psuedo class of nth-child(n)
- @mujtabahassan1995
you give each row a class name except last row. Through these class name add a border bottom properties and its values in this way you set the border bottom on each cell
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