-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutPage.css
123 lines (119 loc) · 1.94 KB
/
aboutPage.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
/* html {
height: 100%;
} */
body {
margin: 0;
padding: 0;
font-family: 'Dosis', sans-serif;
background-color: rgb(255, 6, 234);
/* min-height: 100%; */
}
footer {
position: absolute;
right: 10px;
overflow: hidden;
color: white;
}
h1 {
color:#fff;
font-size: 100px;
padding: 10px;
}
p {
color:green;
font-size: 11px;
}
#aboutUsImage {
background-image: none;
/* background-size: cover; */
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
/* width: 1902px; */
z-index: -1;
/* -webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px); */
}
p,h1,h2,li {
text-align: center;
color: green;
}
.spacingAbout {
height: 125px;
color: none;
background-color: none;
font-size: none;
opacity: hidden;
}
#FAQ {
color: white;
font-size: 125px;
}
.widthExpansion {
max-width: 100%;
}
.backgroundColorWhatIsSection {
background-color: white;
position: absolute;
top: 100px;
height: 105%;
width: 100%;
z-index: -1;
right: 20%;
}
/* #whatIsHeader{
position: absolute;
top: 200px;
font: optional;
color: #502604;
} */
#theWhatHeader {
font-size: 70px;
}
/* #whatIsParagraph1 {
} */
#theGoalHeader {
font-size: 70px;
}
/* #whatIsParagraph2 {
} */
.whatIsParagraph {
font-size: 60px;
text-align: center;
}
#theHowHeader {
font-size: 70px;
}
#theHowParagraph {
font-size: 60px;
text-align: center;
}
.charityList {
font-size: 50px;
text-align: center;
list-style: none;
text-align:center;
}
#theTrustHeader {
font-size: 70px;
}
#theTrustParagraph {
font-size: 60px;
text-align: center;
}
/* .whatIsFooter {
top: 2200px;
margin-bottom: 0px;
} */
.vcenter {
display: flex;
justify-content: center;
align-items: center;
}