-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
94 lines (86 loc) · 1.49 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
93
94
/* comment */
@font-face {
font-family: Cascadia;
src: url(fonts/Cascadia.ttf);
}
@font-face {
font-family: silkscreen;
src: url(fonts/silkscreen.ttf);
}
html, body {
background: #44375e;
background-size: cover;
font-family: Cascadia;
}
@media {
.button {
background-color: #6f73af; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 30px;
margin-left: auto;
margin-right: auto;
}
.button:hover {
cursor: pointer;
background-color: #8387c4;
}
#signup {
margin-top: 5vh;
}
#description{
color: rgb(162, 189, 240);
margin-top: 5vh;
margin-left: 5vw;
margin-right: 5vw;
font-size:1.4vw;
}
#info-text {
padding: 5vw 10vw;
}
.middle {
text-align: center;
}
#window{
width: 60%;
max-width: 750px;
margin-top: 6vw;
margin-left: auto;
margin-right: auto;
display: block;
box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#title_banner{
margin-top: 5%;
width: 75%;
}
#schedule-text-header{
margin-top:3vh;
font-size: 4.5vw;/*2.5em; /* 40px/16=2.5em */
color: white
}
.schedule-date{
margin-top:3vh;
color: white;
font-size: 3vw;
}
.schedule-text{
color: rgb(162, 189, 240);
font-size: 1.5vw
}
#FAQ-text-header{
margin-top:5vh;
font-size: 4.5vw;/*2.5em; /* 40px/16=2.5em */
color: white
}
#plant {
margin-top: 3%;
width: 5vw;
}
dt { margin-top: 20px; color: white;}
}