forked from bishal-Samanta/Project-Shopclues
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cart.css
64 lines (54 loc) · 1.01 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
body{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: rgb(239,247,250);
font-family: 'Roboto', sans-serif;
}
.header{
height: 65px;
background-color: white;
}
.headerImg{
width: 10%;
margin-left: 10px;
height: auto;
}
.pDiv{
width: 87%;
margin: auto;
height: 320px;
margin-top: 20px;
background-color: white;
}
.pDiv>div>h2{
padding: 20px;
font-weight: 400;
line-height: 34.28px;
padding-top: 25px;
font-size: 24px;
}
.productsDiv{
border-top: 1px solid rgb(236, 236, 236);
border-bottom: 1px solid rgb(210,210,210);
height: 70%;
}
.productsDiv>img{
margin-left: 600px;
margin-top: 40px;
width: 110px;
}
.productsDiv>p{
text-align: center;
color: rgb(168, 167, 167);
font-size: 15px;
}
.arrow{
margin-left: 100px;
margin-top: 15px;
width: 30px;
}
.arrow:hover{
cursor: pointer;
}