-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (62 loc) · 998 Bytes
/
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
.mainContent {
background-color: white;
height: auto;
width: auto;
border-radius: 1rem;
}
body {
background-color: #16db93;
}
.flex {
height: 90vh;
width: 100vw;
}
.btno {
display: inline-block;
height: 10vh;
width: 10vw;
border: none;
background-color: #048ba8;
border-radius: 0.5rem;
margin: 4vh 0%;
font-weight: 700;
color: white;
}
.checkbx {
height: auto;
width: auto;
margin-top: -12vh;
font-size: x-large;
font-weight: 700;
}
.chkhigh:focus {
box-shadow: none;
}
@media screen and (max-width: 1200px) {
.flex {
height: 90vh;
width: 100vw;
}
body {
background-color: #16db93;
/* height: 100vh;
width: 100vw; */
}
.mainContent {
background-color: #16db93;
border-radius: 0rem;
padding-top: 3vh;
}
.btno {
display: inline-block;
height: 10vh;
width: 20vw;
border: none;
background-color: #048ba8;
border-radius: 0.5rem;
margin: none;
}
html {
font-size: 14px;
}
}