-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnikhil.css
More file actions
55 lines (47 loc) · 909 Bytes
/
Copy pathnikhil.css
File metadata and controls
55 lines (47 loc) · 909 Bytes
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
.log1{
width: 100%;
aspect-ratio:4/2;
object-fit: contain;
}
.log2{
background-color: orange;
}
.quantity {
display: flex;
justify-content:center;
align-items: center;
margin-bottom: 10px;
}
.quantity button {
background-color:orange;
color: #fff;
border: none;
padding: 4px 6px;
cursor: pointer;
border-radius: 4px;
transition: background-color 0.3s;
}
.quantity button:hover {
background-color: green;
}
.quantity input {
width: 40px;
text-align: center;
margin: 0px 10px;
border: 1px solid #ccc;
border-radius: 4px;
padding: 5px;
}
.btn-style{ background-color:orange;
border-radius: 5px;
padding:1px 10px;
}
.mb-4 {
margin-top: 16.5rem !important;
}
.mb-4, h3 {
font-size: calc(1.3rem + .6vw);
}
.mt-3 {
margin-top: 6rem !important;
}