Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -158,33 +158,37 @@ transform: translate(-50%,-100%);
|
|
158 |
}
|
159 |
|
160 |
#restart{
|
161 |
-
position: relative;
|
162 |
-
font-family: "Poppins",sans-serif;
|
163 |
-
text-align: center;
|
164 |
-
border-radius: 8px;
|
165 |
-
background: #0037ff9e;
|
166 |
-
border-style: solid;
|
167 |
-
border-width: 3px;
|
168 |
-
border-color: #9f00ff;
|
169 |
-
max-width:
|
170 |
-
width: 100%;
|
171 |
-
height:
|
172 |
-
|
|
|
|
|
|
|
|
|
173 |
}
|
174 |
|
175 |
|
176 |
|
177 |
|
178 |
#head{
|
179 |
-
color:white;
|
180 |
-
margin-top:
|
181 |
-
margin-bottom:5px;
|
182 |
}
|
183 |
#cont{
|
184 |
-
color:white;
|
185 |
-
margin-top:5px;
|
186 |
-
margin-bottom:
|
187 |
-
font-size:1.1rem;
|
188 |
}
|
189 |
</style>
|
190 |
<div id="restart">
|
|
|
158 |
}
|
159 |
|
160 |
#restart{
|
161 |
+
position: relative;
|
162 |
+
font-family: "Poppins",sans-serif;
|
163 |
+
text-align: center;
|
164 |
+
border-radius: 8px;
|
165 |
+
background: #0037ff9e;
|
166 |
+
border-style: solid;
|
167 |
+
border-width: 3px;
|
168 |
+
border-color: #9f00ff;
|
169 |
+
max-width: 400px;
|
170 |
+
width: 100%;
|
171 |
+
height: 50%;
|
172 |
+
max-height: 200px;
|
173 |
+
padding: 0px 10px;
|
174 |
+
transform: translate(-50%,0%);
|
175 |
+
left: 50%;
|
176 |
+
|
177 |
}
|
178 |
|
179 |
|
180 |
|
181 |
|
182 |
#head{
|
183 |
+
color:white;
|
184 |
+
margin-top:15px;
|
185 |
+
margin-bottom:5px;
|
186 |
}
|
187 |
#cont{
|
188 |
+
color: white;
|
189 |
+
margin-top: 5px;
|
190 |
+
margin-bottom: 15px;
|
191 |
+
font-size: 1.1rem;
|
192 |
}
|
193 |
</style>
|
194 |
<div id="restart">
|