-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
91 lines (78 loc) · 1.52 KB
/
Copy pathstyle.css
File metadata and controls
91 lines (78 loc) · 1.52 KB
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
.logo{
width: 150px;
}
section{
margin-bottom: 100px;
}
.navbar{
background-color: transparent;
}
.car{
background-image: url(images/bg-2.png);
background-repeat: no-repeat;
background-position-x: -30px;
background-position-y: 350px;
align-content: center;
height: auto;
}
.carbg{
background-image: url(images/bg-1.png);
background-position: center;
background-size:5% 80%;
background-repeat:no-repeat;
overflow-y: hidden;
overflow-x: hidden;
}
.car-img{
width: 100px;
}
.carousel-indicators [data-bs-target] {
height: 5px;
background-image: linear-gradient(to left, orange 0%, gold 100% );
border-radius: 1px;
}
.car p{
color: gray;
}
.carousel-item{
padding: 5px 10px;
}
.buy-now-button{
background-color: black;
color: white;
border-radius: 8px;
padding: 9px 25px;
cursor: pointer;
border: 0;
}
.card{
border: none;
box-shadow: 5px 5px 20px #ebebeb;
border-radius: 10px;
padding: 50px 20px;
}
.box{
background-color: #ffffff;
border: none;
box-shadow: 5px 5px 20px #ebebeb;
border-radius: 10px;
padding:30px;
width: max-content;
border-radius: 0px 20px 0px 20px;
}
.box2{
background-color: #ffffff;
box-shadow: 5px 5px 20px #ebebeb;
padding:30px;
width: max-content;
margin-bottom: 25px;
border-radius: 20px 0px 20px 0px;
}
.im{
width: 100px;
height: 100px;
}
.categories h5{
text-align: center;
margin-top: 10px;
}