Creating a repo for everything on website
This commit is contained in:
16
static/css/table.css
Executable file
16
static/css/table.css
Executable file
@@ -0,0 +1,16 @@
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th, td {
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #d2d2d2;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {background-color: #d2d2d2;}
|
||||
|
||||
Reference in New Issue
Block a user