Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
390b694
1
Parent(s):
9312972
Formatting
Browse files- Templates/index.html +4 -3
Templates/index.html
CHANGED
@@ -57,7 +57,8 @@
|
|
57 |
}
|
58 |
input[type="text"] {
|
59 |
font-size: 12pt;
|
60 |
-
width:
|
|
|
61 |
text-align: center;
|
62 |
background-color: transparent;
|
63 |
color: #f2f2f2;
|
@@ -97,7 +98,7 @@
|
|
97 |
left: 0;
|
98 |
width: 100%;
|
99 |
height: 100%;
|
100 |
-
background-color: rgba(0, 0, 0, 0.
|
101 |
color: white;
|
102 |
display: flex;
|
103 |
justify-content: center;
|
@@ -137,7 +138,7 @@
|
|
137 |
top: 0;
|
138 |
left: 0;
|
139 |
width: 100%;
|
140 |
-
background-color: rgba(0, 0, 0, 0.
|
141 |
color: white;
|
142 |
display: flex;
|
143 |
justify-content: center;
|
|
|
57 |
}
|
58 |
input[type="text"] {
|
59 |
font-size: 12pt;
|
60 |
+
width: 80px;
|
61 |
+
height: 30px;
|
62 |
text-align: center;
|
63 |
background-color: transparent;
|
64 |
color: #f2f2f2;
|
|
|
98 |
left: 0;
|
99 |
width: 100%;
|
100 |
height: 100%;
|
101 |
+
background-color: rgba(0, 0, 0, 0.8);
|
102 |
color: white;
|
103 |
display: flex;
|
104 |
justify-content: center;
|
|
|
138 |
top: 0;
|
139 |
left: 0;
|
140 |
width: 100%;
|
141 |
+
background-color: rgba(0, 0, 0, 0.8);
|
142 |
color: white;
|
143 |
display: flex;
|
144 |
justify-content: center;
|