-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
361 lines (349 loc) · 8.61 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
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
body{
background-color: white;
margin:0;
padding:0;
}
.container{
background-color: white;
box-shadow: 2px 2px grey;
display: flex;
flex-direction: row;
border:1px solid;
}
.heading{
padding-left: 20px;
font-size: 8px;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.btn1{
background-color: rgb(71, 97, 247);
margin-left: 1000px;
margin-top: 10px;
border-radius: 5px;
border: none;
}
.btn1 a{
text-decoration: none;
color: white;
padding: 10px;
font-size:20px;
}
.btn1:hover{
background-color: #415df8;
}
.buy{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.buy h2{
margin-left: 35%;
}
.buy h3{
margin-left: 37%;
}
.btn2{
background-color:#415df8;
border: none;
border-radius: 5px;
margin-left: 45%;
}
.btn2 a{
color: white;
text-decoration: none;
padding: 10px;
font-size: 20px;
}
.phone{
background-color: rgba(244, 244, 244, 0.984);
margin-left: 220px;
border-radius: 20px;
}
.phone h1{
margin-left: 150px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.phone img{
margin-left: 80px;
margin-right: 80px;
}
.phone h3{
margin-left: 200px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.section{
display: flex;
flex-direction: row;
margin-top: 80px;
}
.content{
background-color: rgba(244, 244, 244, 0.984);
margin-left: 30px;
border-radius: 15px;
}
.content h1{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-left: 125px;
}
.content p{
padding-left: 10px;
padding-right: 10px;
font-weight:bolder ;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-left: 20px;
margin-right: 20px;
font-size: 20px;
background: linear-gradient(to right, green,yellow);
-webkit-text-fill-color: transparent;
-webkit-background-clip:text;
}
.section2{
display: flex;
flex-direction: column;
}
.content2{
background-color:rgba(244, 244, 244, 0.984);
margin-top: 30px;
margin-left:30px;
border-radius: 15px;
}
.content2 h3{
text-decoration: none;
color:grey;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.content2 h1{
text-decoration: none;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.content2 img{
margin-left: 10px;
margin-right: 10px;
}
.small-section{
display: flex;
flex-direction: row;
margin-left: 230px;
}
.content3{
background-color: rgba(244, 244, 244, 0.984);
margin-top: 20px;
border-radius: 15px;
padding: 30px;
}
.content3 h1{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 60px;
background: linear-gradient(to left, orange ,gold,green,black);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
padding-left:25px;
padding-right: 25px;
}
.content3 p{
font-family: 'Times New Roman', Times, serif;
font-size: 30px;
}
.content4{
background-color: rgba(244, 244, 244, 0.984);
margin-left:30px;
margin-top: 20px;
border-radius:15px;
}
.content4 h3,p{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.back{
position: absolute;
display: block;
}
.front{
margin-left:72px;
margin-top:10px;
border-radius: 15px;
}
.section3{
display: flex;
flex-direction: row;
}
.content5{
background-color: rgba(244, 244, 244, 0.984);
margin-left:280px;
border-radius: 15px;
margin-top: 20px;
margin-right: 780px;
}
.section-column{
display: flex;
flex-direction: column;
}
.content6{
background-color: rgba(244, 244, 244, 0.984);
margin-left: 280px;
border-radius: 15px;
margin-top: 20px;
margin-right: 780px;
}
.content5 img{
border-radius: 15px;
}
.content7{
background-color: rgba(244, 244, 244, 0.984);
margin-top: 20px;
border-radius: 15px;
margin-left: -750px;
margin-right: 300px;
}
.content7 img{
border-radius: 15px;
}
.content6 img{
padding-left:10px;
padding-right:10px;
padding-bottom: 20px;
}
.content6 h3{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.section4{
display: flex;
flex-direction: row;
}
.content8 iframe{
border-radius:15px;
margin-left: 200px;
margin-top: 20px;
}
.content9 img{
margin-top: 20px;
margin-left: 30px;
border-radius: 15px;
}
.section5{
display: flex;
flex-direction: row;
}
.content10{
background-color: rgba(244, 244, 244, 0.984);
margin-left: 200px;
border-radius: 15px;
padding-left: 60px;
padding-right: 60px;
margin-top: 20px;
}
.content10 p{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color:grey;
}
.content10 h1{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.content11{
background-color: rgba(244, 244, 244, 0.984);
border-radius: 15px;
margin-left: 30px;
margin-top: 20px;
position: relative;
text-align: center;
}
.content11 img{
border-radius:15px;
}
.text{
position: absolute;
transform: translate(50%, -50%);
top:80%;
right:50%;
color: white;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: bolder;
font-size: 30px;
}
.content10 img{
padding-top:25px;
}
.heading3{
color: black;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-top: 80px;
margin-left: 150px;
font-size: 30px;
}
.section6{
display: flex;
flex-direction: row;
}
.content13{
background-color: rgba(244, 244, 244, 0.984);
margin-left: 260px;
border-radius: 15px;
}
.content13 h2{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-left: 30px;
margin-right: 10px;
}
.content13 p{
margin-left: 20px;
margin-right: 20px;
}
.content14{
background-color: rgba(244, 244, 244, 0.984);
border-radius: 15px;
margin-left: 30px;
}
.content14 h2{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-left:30px;
margin-right: 30px;
}
.content14 p{
margin-left: 30px;
}
.section7{
display: flex;
flex-direction: row;
}
.content15{
background-color: rgba(244, 244, 244, 0.984);
margin-left: 350px;
border-radius: 15px;
margin-bottom: 50px;
}
.content15,.content16 h2{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.content15 a{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-decoration: none;
color: #415df8;
}
.content15 a:hover{
text-decoration: underline;
}
.recycle{
margin-left:50px;
margin-right: 50px;
}
.content16{
background-color: rgba(244, 244, 244, 0.984);
margin-left: 30px;
border-radius: 15px;
margin-bottom: 50px;
}
.content16 a{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-decoration: none;
color: #415df8;
}
.content16 a:hover{
text-decoration: underline;
}
.content17{
background-color: rgba(244, 244, 244, 0.984);
margin-left: 30px;
border-radius: 15px;
}
.apple{
margin-left: 20px;
margin-right: 20px;
margin-top: 40px;
}