-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdishant.css
More file actions
68 lines (57 loc) · 1.04 KB
/
Copy pathdishant.css
File metadata and controls
68 lines (57 loc) · 1.04 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
* {
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
background-color: #f8f9fa;
}
.subtotal {
font-weight: bold;
margin-top: 20px;
}
.checkout-btn {
margin-top: 20px;
}
.table {
border: 3px solid #73AD21;
margin-top: 50px;
}
.card-shopping {
margin-top: 50px;
margin-bottom: 20px;
}
.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: #0056b3;
}
.quantity input {
width: 40px;
text-align: center;
margin: 0px 10px;
border: 1px solid #ccc;
border-radius: 4px;
padding: 5px;
}
.s-item{
height: 600px;
}
.s-img{
height: 100%;
object-fit: cover;
background: center;
filter: brightness(0.6);
}