-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
93 lines (80 loc) · 1.39 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
input,button,select {
font-family: Roboto,sans-serif;
color: #aeaeae;
line-height: 1.1;
font-size: 1rem;
padding: 1rem;
background-color: #eee;
border: 0;
text-rendering: auto;
color: initial;
text-shadow: none;
display: inline-block;
margin: 0em;
font: 400 13.3333px Arial;
}
button{
font-weight: 700;
width: auto;
text-align: center;
margin-top: 5%;
}
.home-body {
height: auto;
max-height: 100%;
max-width: 100%;
font-family: "Open Sans", sans-serif;
font-size: 0.875rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: url(corona.jpeg) no-repeat center center fixed;
background-size: cover;
}
.divi {
background: 0;
box-shadow: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
padding: 8% 0 0;
height: 0px;
}
.ww {
width: 100%;
margin-left: 15%;
}
.tabi{
margin-left: 25%;
padding: 20px 20px 10px;
font-weight: 400;
overflow: hidden;
background: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,0.13);
width: 40%;
max-height: 0%;
}
.wlcm {
font-size: 30px;
margin-top: 1%;
color: #f00;
}
.start {
margin-left: 46%;
margin top: 2%;
}
#pts, #tos{
padding-top: 4%;
font-size: 17px;
}
#sco {
margin-left: -5px;
}
#prev {
margin-top: -2px;
}
.name{
margin-left: 30%
}