-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
81 lines (54 loc) · 1.18 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
.container{
margin-bottom: 100px;
}
.orange-bg{
background-image: url(bg-1.png);
background-repeat: no-repeat;
background-position:left;
background-size:contain;
background-position-x: 500px;
background-position-y: 10px;
}
.orange-bg2{
background-image: url(bg-2.png);
background-repeat: no-repeat;
background-size: 130px;
background-position:bottom;
background-position-x: 0px;
}
.carousel-item{
padding: 20px 40px;
}
.buy-now-button{
background-image: linear-gradient(to bottom,#0f0f0fde 0%,#1a191960 100%);
color: #fff;
border: none;
border-radius: 8px;
padding: 9px 25px;
cursor: pointer;
}
.card{
border-radius: 53px;
background: #e0e0e0;
box-shadow: 27px 27px 57px #bebebe,
-27px -27px 57px #ffffff;
border: none;
text-align: center;
}
.card img{
width: 100%;
height: 100%;
}
.cat2 img{
width: 100%;
}
.cat,.cat1{
padding:10px 30px;
border-radius: 5px;
box-shadow: 5px 5px 5px lightgrey;
}
.line{
text-decoration:underline;
text-align: center;
text-decoration-color: rgb(0, 255, 0);
}