Spaces:
Running
Running
Commit
·
7600ef9
1
Parent(s):
68bea89
Update styling
Browse files- Templates/index.html +4 -0
Templates/index.html
CHANGED
@@ -40,6 +40,10 @@
|
|
40 |
border-collapse: collapse;
|
41 |
text-align: center;
|
42 |
}
|
|
|
|
|
|
|
|
|
43 |
th, td {
|
44 |
color: #f2f2f2;
|
45 |
border: 1px solid black;
|
|
|
40 |
border-collapse: collapse;
|
41 |
text-align: center;
|
42 |
}
|
43 |
+
.table-div {
|
44 |
+
display: flex;
|
45 |
+
justify-content: center;
|
46 |
+
}
|
47 |
th, td {
|
48 |
color: #f2f2f2;
|
49 |
border: 1px solid black;
|