xp3857 commited on
Commit
bb110f3
1 Parent(s): 9327fd3

Update css.css

Browse files
Files changed (1) hide show
  1. css.css +27 -1
css.css CHANGED
@@ -1,7 +1,6 @@
1
  .app.svelte-p7tiy3.svelte-p7tiy3{
2
  background:None;
3
  }
4
-
5
  .unpadded_box.large.svelte-1vhybi6{
6
  background:#6fbcffa8;
7
  min-height:100%;
@@ -15,4 +14,31 @@ div.svelte-1fwqiwq .block{
15
  .lg.svelte-1h4gtph{
16
  background:#4d8df1;
17
  color:white;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  }
 
1
  .app.svelte-p7tiy3.svelte-p7tiy3{
2
  background:None;
3
  }
 
4
  .unpadded_box.large.svelte-1vhybi6{
5
  background:#6fbcffa8;
6
  min-height:100%;
 
14
  .lg.svelte-1h4gtph{
15
  background:#4d8df1;
16
  color:white;
17
+ }
18
+ #restart{
19
+ position: relative;
20
+ font-family: "Poppins",sans-serif;
21
+ text-align: center;
22
+ border-radius: 8px;
23
+ background: #0063f787;
24
+ border-style: solid;
25
+ border-width: 1px;
26
+ border-color: #ffffff;
27
+ width: 90%;
28
+ height: 50%;
29
+ max-height: 200px;
30
+ padding: 0px 10px;
31
+ transform: translate(-50%,0%);
32
+ left: 50%;
33
+ }
34
+ #head{
35
+ color:white;
36
+ margin-top:15px;
37
+ margin-bottom:5px;
38
+ }
39
+ #cont{
40
+ color: white;
41
+ margin-top: 5px;
42
+ margin-bottom: 15px;
43
+ font-size: 1.1rem;
44
  }