Skip to content

Instantly share code, notes, and snippets.

View ChristianGrech's full-sized avatar

Christian Grech ChristianGrech

View GitHub Profile
.table {
display: table;
width: 100%;
}
.table-head {
display: table-header-group;
background-color: #FAFAFA;
font-size: 15px;
}