Marthee commited on
Commit
5ed91fa
·
1 Parent(s): 2bba73b

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +42 -0
static/style.css CHANGED
@@ -218,3 +218,45 @@
218
  border: none;
219
  }
220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
  border: none;
219
  }
220
 
221
+ #radio{
222
+ margin-right: 0.2%;
223
+ position: relative;
224
+ }
225
+
226
+ #radio:hover{
227
+ cursor: pointer;
228
+ }
229
+ #radiolbl{
230
+ font-family: Georgia, 'Times New Roman', Times, serif;
231
+ font-size: 16px;
232
+ position: relative;
233
+ }
234
+
235
+ #nLevels{
236
+ font-family: Georgia, 'Times New Roman', Times, serif;
237
+ font-size: 16px;
238
+ position: relative;
239
+ margin-left: 1%;
240
+
241
+ }
242
+
243
+ #lvlinput{
244
+ font-size: 14px;
245
+ width: 15%;
246
+ height: 30px;
247
+ border-radius: 5px;
248
+
249
+ margin-left: 1%;
250
+ font-family: Georgia, 'Times New Roman', Times, serif;
251
+
252
+ }
253
+
254
+ #color{
255
+ margin-top: 1%;
256
+ margin-left: 1%;
257
+ box-shadow: 2px 2px 2px gray;
258
+ }
259
+ #color:hover{
260
+ cursor: pointer;
261
+ box-shadow: 4px 4px 4px rgb(57, 57, 57);
262
+ }