Table
Apply all the classes to table container .table-container
Class |
Utility |
.table-container |
Sets the border color and width 100% |
.table-head |
Set the color of table head |
.table-striped |
Set background color of alternate row |
.row-border |
Set the border of all rows |
.cell-border |
Set the border of all cells |
Table Head
Use class .table-head
Col 1 |
Col 2 |
10 |
11 |
20 |
21 |
30 |
31 |
Row border
Use class .row-border
Col 1 |
Col 2 |
10 |
11 |
20 |
21 |
30 |
31 |
Cell Border
Use class .cell-border
Col 1 |
Col 2 |
10 |
11 |
20 |
21 |
30 |
31 |
Table Color
To change the color of table add background color .bg-slategray
, border color .bc-slategray-light
and text color .slategray-light
style to table
tag.
Similarly you can change the color of thead
Col 1 |
Col 2 |
10 |
11 |
20 |
21 |
30 |
31 |