-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (75 loc) · 1.51 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
/* font styles */
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Poppins:wght@600;700&display=swap');
body{
font-family: 'Poppins', sans-serif;
}
.bg-color{
background-color: #FEEAE9;
border-radius: 10px;
}
h1{
font-size: 56px;
font-weight: 700;
}
h2{
position: relative;
}
p{
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 400;
color: #4E4E4E;
}
.middle-section{
background-color: #F4F4F4;
}
.card{
/* display: flex;
justify-content: center;
align-items: center; */
text-align: center;
border: none;
border-radius: 10px;
/* box-shadow: 10px 10px 5px gainsboro; */
}
.btn{
background: linear-gradient(180deg, #FF589B -0.01%, #FF136F 99.99%);
border-radius: 6px;
color: #FFFFFF;
}
.product-price{
color: #FF136F;
}
.card-btn{
background-color: #000000;
border-radius: 3px;
color: #FFFFFF;
}
.card-product-price{
color: #FFFFFF;
}
.cat-1{
background: linear-gradient(152.07deg, #FF9C35 1.47%, #FFD019 97.17%);
border-radius: 20px;
/* width: 358px;
height: 120px; */
}
.cat-2{
background: linear-gradient(180deg, #FF589B -0.01%, #FF136F 99.99%);
border-radius: 20px;
}
.cat-3{
background: linear-gradient(170.41deg, #4289FF -10.89%, #3F07F8 92.77%);
border-radius: 20px;
}
.shoes h2::after, .backpack h2::after{
content: 'See All';
color: orange;
font-size: .5em;
position: absolute;
right: 0px;
}
.last-section{
margin: 20px;
padding: 40px;
}