Design comparison
SolutionDesign
Solution retrospective
how do i implement the border bottom on the table rows
Community feedback
- @itsjavascriptPosted 9 months ago
My approach for this is by using psuedo class of nth-child(n)
0@MICHELLENGEIPosted 9 months agoill research on this approach, thank you @itsjavascript
0 - @mujtabahassan1995Posted 9 months ago
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
0@MICHELLENGEIPosted 9 months agolemmi try this approach, thank you@mujtabahassan1995
1
Please log in to post a comment
Log in with GitHubJoin 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