Table Border and Padding Issue

When I apply border-collapse: collapse ; to table, padding stops working, and when remove border-collapse: collapse; padding started working but then border stops working in the table.


I want to apply bottom border to my table row, and also apply padding to my table. how to do it?


https://codepen.io/hamzacodepen951/pen/vYbrYmb
Was this page helpful?