Find a new file that I created table.html
I did a copy-paste of a table from our old layout to this new layout.

Requirement
-
As you can see in the screenshot above, the table looks nasty. Get it looking nice.
-
I should be able scroll vertically to navigate all the rows of the table.
-
The table should have a fixed width in pixels, and I should be able scroll horizontally to navigate all the columns of the table when the width of the table is higher than the width of the panel.
-
The first header-row of the table should be sticky (I should keep seeing the header-row even when I am scrolling vertically)

- In a mobile, the table should become in "responsive mode" by showing the cells of a row "stacked".

Find a new file that I created
table.htmlI did a copy-paste of a table from our old layout to this new layout.
Requirement
As you can see in the screenshot above, the table looks nasty. Get it looking nice.
I should be able scroll vertically to navigate all the rows of the table.
The table should have a fixed width in pixels, and I should be able scroll horizontally to navigate all the columns of the table when the width of the table is higher than the width of the panel.
The first header-row of the table should be sticky (I should keep seeing the header-row even when I am scrolling vertically)