-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
175 lines (148 loc) · 2.81 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
body {
margin: 0;
padding: 0;
font-family: 'Mochiy Pop One', sans-serif;
}
.top-part {
position: relative;
text-align: center;
color: white;
}
.top-part img {
width: 1023px;
height: 500px;
opacity: 0.8;
}
.top-part .elem {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.btn {
text-decoration: none;
color: white;
background-color: brown;
padding: 5px 10px;
}
.elem span {
font-weight: bolder;
font-size: 20px;
}
.donate-today {
margin-top: 80px;
}
.paratext {
text-align: center;
padding-left: 150px;
padding-right: 150px;
}
.donate-today h2 {
display: inline;
background-color: rgba(128, 128, 128, 0.2);
/* border: 10px solid rgba(128,128,128,0.2); */
padding: 20px;
margin-left: 10px;
}
#first-h2 {
margin-left: 150px;
}
#selected-h2 {
background-color: rgba(128, 0, 0, 0.5);
}
#otramnt {
margin-left: 423px;
border: none;
}
.donate-today a {
/* margin-top: 300px; */
margin-left: 422px;
}
.donation-plan .plan {
margin-top: 30px;
margin-left: 80px;
width: 85%;
display: flex;
}
.plan .first {
background-color: rgba(255, 255, 0, 0.3);
/* padding-bottom: 20px; */
padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
margin-left: 30px;
}
.plan .second {
background-color: rgba(128, 0, 0, 0.2);
/* padding-bottom: 20px; */
padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
margin-left: 20px;
}
.plan .third {
background-color: rgba(0, 255, 255, 0.2);
padding-bottom: 20px;
padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
margin-left: 20px;
}
.top-stories {
display: flex;
/* position: relative;
text-align: center;
color: black; */
}
.top-stories img {
width: 40%;
margin-left: 70px;
}
.bottom-stories {
margin-top: 50px;
}
/* .storyimg{
width: 40%;
margin-left: 70px;
} */
.bottom-stories img {
width: 40%;
margin-left: 70px;
}
.projects a {
margin-left: 460px;
}
.update input {
padding-right: 50px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
border: 1px solid grey;
margin-left: 380px;
margin-top: 20px;
}
.sub {
display: flex;
/* margin-left: 168px; */
/* margin-right: 160px; */
/* background-color: aqua; */
/* background-size: 800px 900px; */
/* padding: 20px; */
/* border: 10px solid black;
background-color: black; */
/* border-width: 50px; */
/* border-left: 10px; */
/* width: 50%;
height: 150px; */
/* margin-left: 180px;
margin-right: 150px;
border: 10px solid black;
padding-left: 20px; */
}
.sub .btn {
margin-top: 20px;
/* margin-bottom: 10px; */
}
footer {
background-color: brown;
}