
A responsive site that i use flexbox some css simple tricks
Design comparison
Solution retrospective
If you guys help me with the table lines in the end of this site i will apreciate . thank you very much! !
Community feedback
- @iliAsgharPosted about 1 year ago
you could use the :not() and :last-child() pseudo class and come up with something like this:
.table-row:not(:last-child()) {...}
and now you can give a style to all the rows, except the last one
happy coding!
1 - @robbiedob21Posted about 1 year ago
Try use the CSS pseudo-class :last-child to style the last row of your table differently.
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