-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcart.css
48 lines (45 loc) · 904 Bytes
/
cart.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
#card {
border:1px solid #E0E4CC;
border-radius:5px;
margin-top:1em;
padding:1em;
text-align: center;
background: linear-gradient(135deg, #1244666e 0%, #ab390f78 100%);
margin-left: 20px;
width: 100%;
border: 6px rgb(161, 66, 66) solid;
height: 30em;
max-height: 600px;
}
#card
.cartbtn {
width:auto;
margin-right:0;
margin-left:auto;
display:flex;
justify-content:flex-end;
padding:1em 0;
}
#tab2,#tab{
border-spacing: 50px 1rem;
}
#tab2{
margin-right: 0;
justify-content:flex-end;
display:flex;
}
#btn {
padding: 5px;
margin: 10px;
color: #fff;
background-color: #bf6300a5;
text-decoration: none;
font-size: 1.1em;
font-weight: 300;
letter-spacing: 1px;
border-radius: 5px;
transition: 0.7s ease;
}
#btn:hover {
transform: scale(1.5);
}