-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
595 lines (578 loc) · 9.64 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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
*{
margin: 0;
padding: 0;
}
/* background */
html body{
background-color: black;
}
/* navbar header */
/* nav left logo */
.left{
margin-top: 40px;
margin-left: 100px;
display: inline;
position: absolute;
}
/* nav middle logo */
.middle{
margin-left: 375px;
margin-right: 75px;
display: inline;
}
.middle img{
height: 550px;
}
/* nav right bar */
.right{
color: white;
font-size: medium;
font-weight: 600;
display: inline-flex;
position: absolute;
margin-top: 20px;
margin-left: 75px;
}
ul{
list-style: none;
display: flex;
}
ul li{
margin: 20px;
padding: 10px;
}
/* button */
.rightbtn{
color: white;
background-color: rgb(30,30,33);
font-size: 20px;
font-weight: 500;
margin-right: 50px;
margin-left: 50px;
margin-top: 25px;
height: 35px;
width: 90px;
justify-content: center;
align-items: center;
border-radius: 5px;
display: inline-flex;
position: relative;
}
/* main section one */
main{
display: inline;
position: absolute;
margin: 125px;
}
.mimg{
height: 120px;
}
main h1{
color: white;
margin-top: 20px;
font-size: 50px;
font-weight: bold;
}
h4{
color: white;
margin-top: 20px;
font-size: 20px;
font-weight: bold;
}
p{
width: 65%;
font-size: 12px;
font-weight: 300;
color: #bdc0c2;
line-height: 25px;
margin-bottom: 25px;
}
main button{
border-radius: 5px;
width: 275px;
height: 50px;
background-color: rgb(30,30,33);
}
main button{
display: inline-flex;
justify-items: center;
align-items: center;
text-align: center;
}
main button img{
justify-content: left;
margin: 30px;
}
main button p{
color: white;
margin: 20px;
font-size: 15px;
font-weight: 600px;
}
main button h1{
color: white;
font-size: 15px;
font-weight: 600px;
margin: 15px;
}
/* main section two */
section{
display:inline-flex;
margin: 20px 100px;
margin-left: 250px;
}
#imas{
display: grid;
grid-template-areas:
'ima1 ima2 ima3 ima4'
'ima1 ima2 ima3 ima4';
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ima1{
grid-area: ima1;
}.ima2{
grid-area: ima2;
}.ima3{
grid-area: ima3;
}.ima4{
grid-area: ima4;
}
/* main section three */
.mains3{
display: block;
margin-left: auto;
margin-right: auto;
width: 5%;
}
.mains3 img{
margin: 20px;
height: 100px;
}
.sec3{
display: inline-grid;
grid-template-areas:
'icons icons secimg3 secimg3'
'icons icons secimg3 secimg3';
margin-top: 70px;
}
.secimg3{
grid-area: secimg3;
}
.secimg3 img{
height: 450px;
}
.icons{
grid-area: icons;
display: grid;
margin-left: 150px;
}
.s1{
width:190px;
}
.s1 p{
font-size: larger;
font-weight: 525;
margin: 0px;
}.s2{
width:190px;
margin-top: 20px;
margin-left: -50px;
}
.s2 p{
font-size: larger;
font-weight: 525;
margin: 0px;
}
.s3{
width:190px;
margin-top: 20px;
margin-left: -50px;
}
.s3 p{
font-size: larger;
font-weight: 525;
margin: 0px;
}
.s4{
width:250px;
margin-top: 20px;
margin-left: 50px;
}
.s4 p{
font-size: larger;
font-weight: 525;
margin: 0px;
}
/* main section four */
.mains4{
display: block;
margin-left: auto;
margin-right: auto;
width: 5%;
}
.mains4 img{
margin: 30px;
height: 80px;
}
.sf{
display: inline-grid;
grid-template-areas:
'sfimg sfimg sfdiv sfdiv'
'sfimg sfimg sfdiv sfdiv';
margin-left:500px
}
.sfimg{
grid-area: sfimg;
margin-right: 30px;
}
.sfdiv{
grid-area: sfdiv;
margin-top: 150px;
margin-left: 30px;
}
.sf p{
display: block;
font-size: larger;
font-weight: 500;
width: 212px;
}
.btn{
display: inline-grid;
grid-template-areas:
'btnimg btnimg btnp btnp'
'btnimg btnimg btnp btnp';
background-color: rgb(30,30,33);
border-radius: 5px;
height: 40px;
width: 180px;
}
.btn img{
grid-area: btnimg;
margin-left: 20px;
margin-top: 8px;
}
.btn p{
grid-area: btnp;
font-size: larger;
font-weight: 520;
margin-top: 8px;
margin-left: -50px;
color: white;
}
/* main section five */
.msf{
display: inline-grid;
grid-template-areas:
'msfp msfp msfimg msfimg'
'msfp msfp msfimg msfimg';
background-color: rgb(30,30,33);
border-radius: 8px ;
margin-left: 375px;
}
.msfp{
margin-top: 70px;
margin-left: 90px;
grid-area: msfp;
color: white;
}
.msfimg{
grid-area: msfimg;
margin:50px
}
.msfp button{
display: inline-flex;
background-color: rgb(0,0,0);
width: 150px;
border-radius: 8px;
}
.msfp button img{
margin: 10px;
}
.msfp button p{
font-size: larger;
font-weight: 550;
margin: 10px;
}
/* main section six */
.msimg{
display: block;
margin-left:650px;
}
/* store products Album */
.mss{
margin-top: 80px;
margin-left: 550px;
display: inline-grid;
grid-template-areas:
'mss1 mss1 mss2 mss2'
'mss3 mss3 mss4 mss4'
'mss5 mss5 mss5 mss5';
grid-template-columns: 5fr 5fr;
grid-gap: 80px
}
/* nav product 1 */
.mss1{
background-color: rgb(30,30,33);
border-radius: 8px;
width: 200px;
display: inline;
grid-area: mss1;
}
.img1 img{
height: 200px;
margin-top: -50px;
margin-left: 30px;
margin-bottom: 10px;
}
.msss1 p{
display: inline;
color: white;
font-size: 30px;
font-weight: 500;
margin-left: 30px;
}
.msss1 span{
color: white;
font-size: 20px;
margin-left: 30px;
}
.msss1 button{
background-color:rgb(0,0,0);
border-radius: 8px;
float: right;
height: 40px;
width: 40px;
margin-right:20px;
margin-top: -20px;
}
/* nav product 2 */
.mss2{
background-color: rgb(30,30,33);
border-radius: 8px;
width: 200px;
grid-area: mss2;
display: inline;
}
.img2 img{
height: 200px;
margin-top: -50px;
margin-left: 30px;
margin-bottom: 10px;
}
.msss2 p{
display: inline;
color: white;
font-size: 30px;
font-weight: 500;
margin-left: 30px;
}
.msss2 span{
color: white;
font-size: 20px;
margin-left: 30px;
}
.msss2 button{
background-color:rgb(0,0,0);
border-radius: 8px;
float: right;
height: 40px;
width: 40px;
margin-right:20px;
margin-top: -20px;
}
/* nav product 3 */
.mss3{
background-color: rgb(30,30,33);
border-radius: 8px;
width: 200px;
grid-area: mss3;
display: inline;
}
.img3 img{
height: 200px;
margin-top: -50px;
margin-left: 30px;
margin-bottom: 10px;
}
.msss3 p{
display: inline;
color: white;
font-size: 30px;
font-weight: 500;
margin-left: 30px;
}
.msss3 span{
color: white;
font-size: 20px;
margin-left: 30px;
}
.msss3 button{
background-color:rgb(0,0,0);
border-radius: 8px;
float: right;
height: 40px;
width: 40px;
margin-right:20px;
margin-top: -20px;
}
/* nav product 4 */
.mss4{
background-color: rgb(30,30,33);
border-radius: 8px;
width: 200px;
grid-area: mss4;
display: inline;
}
.img4 img{
height: 200px;
margin-top: -50px;
margin-left: 30px;
margin-bottom: 10px;
}
.msss4 p{
display: inline;
color: white;
font-size: 30px;
font-weight: 500;
margin-left: 30px;
}
.msss4 span{
color: white;
font-size: 20px;
margin-left: 30px;
}
.msss4 button{
background-color:rgb(0,0,0);
border-radius: 8px;
float: right;
height: 40px;
width: 40px;
margin-right:20px;
margin-top: -20px;
}
/* nav product 5 */
.mss5{
background-color: rgb(30,30,33);
border-radius: 8px;
width: 200px;
grid-area: mss5;
display: inline;
}
.img5 img{
height: 200px;
margin-top: -50px;
margin-left: 30px;
margin-bottom: 10px;
}
.msss5 p{
display: inline;
color: white;
font-size: 30px;
font-weight: 500;
margin-left: 30px;
}
.msss5 span{
color: white;
font-size: 20px;
margin-left: 30px;
}
.msss5 button{
background-color:rgb(0,0,0);
border-radius: 8px;
float: right;
height: 40px;
width: 40px;
margin-right:20px;
margin-top: -20px;
}
/* footer */
/* footer logo */
footer{
margin-top: 20px;
display: inline-grid;
grid-template-areas:
'fl1 fdiv1 fdiv2 email logos uparrow'
'fl1 fdiv1 fdiv2 email logos uparrow';
grid-template-columns: 6fr 6fr 6fr 6fr 6fr 6fr ;
grid-gap: 100px
}
.flogo{
margin-top: 40px;
margin-left: 80px;
display: inline-grid;
position: absolute;
}
/* first div */
.fdiv1{
display: inline;
}
.fdiv1 a {
text-decoration: none;
display: block;
color: white;
font-size: larger;
margin: 15px;
font-weight: 300;
}
.fdiv1 a.fa{
color: white;
font-size: larger;
font-weight: 600;
}
/* Second div */
.fdiv2{
display: inline;
}
.fdiv2 a {
text-decoration: none;
display: block;
color: white;
font-size: larger;
margin: 15px;
font-weight: 300;
}
.fdiv2 a.fa{
color: white;
font-size: larger;
font-weight: 600;
}
/* social media */
.email{
background-color: rgb(30,30,33);
border-radius: 8px;
height: 30px;
width: 150px;
}
.email p{
color: grey;
font-size: larger;
font-weight: 400;
}
.email button{
background-color: rgb(0,0,0);
border-radius: 8px;
font-size: larger;
font-weight: 400;
height: 30px;
width: 150px;
color: white;
}
/* footer logos */
.fl1{
grid-area: fl1;
}
.fdiv1{
grid-area: fdiv1;
}
.fdiv2{
grid-area: fdiv2;
}
.email{
grid-area: email;
}
.logos{
grid-area: logos;
}
.uparrow{
grid-area: uparrow;
}