-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
79 lines (60 loc) · 984 Bytes
/
index.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
#sloganWrapper{
border-top:solid 5px #BEB01A;
height:60vh;
background-color: #FFF583;
justify-content: center;
}
#slogan{
font-family:'Lemonada',cursive;
color:white;
height:100%;
justify-content: center;
align-items: center;
font-size:3em;
-webkit-text-stroke: 2px black;
}
#summaryWrapper{
border-top:10px solid #95388D;
display: flex;
flex-flow:column;
align-items: center;
background-color:white;
color:#AD59A6;
font-family:'Open Sans',sans-serif;
}
#summaryHeader{
padding-top:20px;
font-size:4em;
}
#summarySubHeader{
}
#summary{
text-align:center;
padding-bottom:20px;
font-size:1.5em;
width:40%;
}
#summary > p{
margin-top:20px;
}
#faqContainer{
font-family:'Open Sans',cursive;
color:white;
background-color: #6B68B2;
}
#faq{
text-align: center;
padding-top:30px;
}
#faq h2{
font-size:2em;
}
#containerForQuestions{
}
.questionContainer{
flex-basis: 100%;
padding:2% 2% 2% 2%;
}
.questionContainer span{
font-size:1.5em;
}