xp3857 commited on
Commit
162beef
1 Parent(s): d0f2095

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +23 -19
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:300px;
170
- width: 100%;
171
- height: 200px;
172
- padding: 0px 20px;
 
 
 
 
173
  }
174
 
175
 
176
 
177
 
178
  #head{
179
- color:white;
180
- margin-top:35px;
181
- margin-bottom:5px;
182
  }
183
  #cont{
184
- color:white;
185
- margin-top:5px;
186
- margin-bottom:5px;
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">