-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
101 lines (94 loc) · 2 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
.container{
margin-bottom: 100px;
}
.purple-bg{
background-image: linear-gradient(to right, purple, rgba(202, 135, 241, 0.71));
border-radius: 10px;
box-shadow: 5px 5px 60px rgba(0, 0, 255, 0.486);
}
.carousel-item{
padding: 20px 40px;
}
.price{
color:rgb(255, 196, 0)
}
.buy-now-button{
background-image: linear-gradient(to bottom, rgb(255, 255, 16) 0%, rgb(255, 123, 0) 100%);
color: blue;
border: none;
border-radius: 20px;
padding: 9px 25px;
cursor: pointer;
}
.dscrb{
color: white;
}
.cat1{
padding: 10px 30px;
border-radius: 10px;
background-image: linear-gradient(to right, purple 0%, rgb(212, 179, 250) 100%);
box-shadow: 5px 5px 60px rgba(0, 0, 255, 0.486);
}
.cat2{
padding: 10px 30px;
border-radius: 10px;
background-image: linear-gradient(to right, purple 0%, rgb(212, 179, 250) 100%);
box-shadow: 5px 5px 60px rgba(0, 0, 255, 0.486);
}
.cat3{
padding: 10px 30px;
border-radius: 10px;
background-image: linear-gradient(to right, purple 0%, rgb(212, 179, 250) 100%);
box-shadow: 5px 5px 60px rgba(0, 0, 255, 0.486);
}
.categories h1{
color: rgb(255, 217, 0);
}
.categories img{
width: 150px;
}
.card-button{
background-image: linear-gradient(to bottom, rgb(255, 255, 16) 0%, rgb(255, 123, 0) 100%);
color: blue;
border: none;
border-radius: 10px;
padding: 9px 25px;
cursor: pointer;
}
.card-footer h5{
color:yellow;
}
.card-footer{
border: none;
background-image: linear-gradient(to left, rgb(212, 179, 250) 0%, purple 100%);
}
.card{
border: none;
box-shadow: 5px 5px 60px rgba(0, 0, 255, 0.486);
}
.card-img-top{
background-color: rgba(255, 201, 119, 0.295);
}
.card-body{
background-color: rgba(255, 201, 119, 0.295);
}
h2{
color: blue;
}
h3{
color:yellow;
}
h6{
color: blue;
}
#subscribe{
height: 300px;
box-shadow: 5px 5px 60px rgba(0, 0, 255, 0.486);
border-radius: 8px;
}
footer{
text-align: center;
}
footer p{
color: blue;
}