Hi all
I have a jsfiddle here - https://jsfiddle.net/rkbw5ntz/5/
Its a super simple table that I would like to style to not look so dull.
I would like to separate the rows which I’m doing with border-bottom on the row.
My problem is I would like to add a second bottom border to the th to separate it from the table.
I’m doing it here by adding an empty tr with tds that I’m coloring and adding padding.
This work but seems like a bad way of doing it.
Is there a better way to do this.