Creating a repo for everything on website

This commit is contained in:
2023-03-30 13:50:07 -04:00
parent 41b9dc1e12
commit d235c415b8
37 changed files with 1652 additions and 2 deletions

16
static/css/table.css Executable file
View 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;}