-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWater.css
More file actions
213 lines (190 loc) · 3.33 KB
/
Water.css
File metadata and controls
213 lines (190 loc) · 3.33 KB
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
#Introduction
{
width: 100%;
height: 70%;
background-repeat: no-repeat;
background-image: url(Image/BD4edit.png);
background-size: cover;
}
#Introduction h1
{
font-size: 4em;
float: left;
color: #ffcc33;
position: absolute;
font-weight: normal;
}
#Introduction .text1
{
top: 29%;
left: 6%;
}
#Introduction .text2
{
top: 40%;
left: 16%;
color: white;
}
#context1 p
{
line-height: 30px;
font-size: 20px;
text-align: center;
padding-top: 3%;
margin: 3% 6% 0px 6%;
}
#context2 img
{
height: 50%;
width: 35%;
display: block;
border: 1px whitesmoke;
border-radius: 50px;
position: relative;
background-color: white;
margin: 4% 6% 0px 30px;
float: right;
filter: drop-shadow(1px 1px 4px black);
}
#context2 p
{
line-height: 30px;
font-size: 20px;
text-align: justify;
margin: 10px 30px 0px 6%;
padding-top: 9%;
}
#context3 img
{
height: 55%;
display: block;
border: 1px whitesmoke;
border-radius: 50px;
position: relative;
background-color: white;
margin:6% 30px 0px 6%;
float: left;
filter: drop-shadow(1px 1px 4px black);
}
#context3 p
{
line-height: 30px;
font-size: 20px;
text-align: justify;
padding-top: 12%;
margin:3% 6% 0px 30px;
}
#context4 p
{
line-height: 30px;
font-size: 20px;
padding-top: 6.5%;
margin: 3% 6% 0px 6%;
}
#grid
{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 10px;
margin: 3% 6% 0px 6%;
filter: drop-shadow(1px 1px 4px black);
}
#Image1 img
{
width: 100%;
border-radius: 10px;
}
#Image2 img
{
width: 100%;
border-radius: 10px;
}
#Image3 img
{
width: 100%;
height: 88%;
border-radius: 10px;
}
@media screen and (max-width: 768px)
{
#Introduction
{
width: 100%;
height: 60%;
background-repeat: no-repeat;
background-image: url(Image/BD3.avif);
background-size: cover;
}
#Introduction h1
{
left: 5%;
font-size: 2.8em;
}
#Introduction .text1
{
top: 30%;
}
#Introduction .text2
{
left: 10%;
top: 40%;
}
#context1 p
{
font-size: 16px;
}
#context2 img
{
float: none;
width: 80%;
margin: 10% 0 0 10%;
}
#context2 p
{
font-size: 16px;
margin: 0 30 0 30;
}
#context3 img
{
float: none;
width: 85%;
margin: 10% 0 0 7.5%;
}
#context3 p
{
font-size: 16px;
margin: -2% 30 0 30;
}
#context4 p
{
font-size: 16px;
margin: 15 30 0 30;
}
#LearnMore
{
align-items: center;
display: flex;
margin-top: 40px;
flex-direction: column;
}
#LearnMore img
{
width: 80%;
left: 0px;
}
#LearnMore p
{
position: relative;
left: -10px;
margin-top: 4%;
font-size: 17px;
}
#finaltext
{
position: relative;
left: 80px;
width: 70%;
margin: 0;
font-size: 17px;
}
}