-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
138 lines (129 loc) · 3.21 KB
/
style.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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
.navbar{
display: flex;
justify-content: space-between;
background-color: aliceblue;
}
#carticon{
width: 80px;
mix-blend-mode:multiply;
margin-left: 70%;
}
#cartnumber{
background-color: rgb(235, 233, 233);
color: rgb(172, 0, 0);
border-radius: 20%;
width: 15px;
height: 20px;
margin-right: 10px;
padding-right: 20px;
font-size: 18px;
font-weight: 700;
}
#allproducts{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 70%;
margin-left: 200px;
gap: 10px;
}
#productcontainer{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
border-radius:12px ;
padding: 12px;
}
.prodpics{
width: 250px;
}
#prodquantity{
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
display: flex;
justify-content: center;
align-items: center;
}
#prodprice{
font-size: 29px;
font-family: monospace;
}
#prodcounter{
margin-left: 72px;
font-size: 23px;
font-family: cursive;
}
.prodnumber{
display: flex;
justify-content: center;
align-items: center;
}
#prodname{
font-size: 24px;
font-family: sans-serif;
}
#prodexp{
font-size: 14px;
font-weight: 300;
}
/* CSS */
.button-60 {
align-items: center;
appearance: none;
background-color: #fff;
border: 1px solid #dbdbdb;
border-radius: .375em;
box-shadow: none;
box-sizing: border-box;
color: #363636;
cursor: pointer;
display: inline-flex;
font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 1rem;
height: 1.5em;
justify-content: center;
line-height: 1.5;
padding: calc(.5em - 1px) 1em;
position: relative;
text-align: center;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: top;
white-space: nowrap;
}
.button-60:focus {
border-color: #485fc7;
outline: 0;
}
.button-60:hover {
border-color: #b5b5b5;
}
.button-60:focus:not(:active) {
box-shadow: rgba(72, 95, 199, .25) 0 0 0 .125em;
}
#allshopproduct{
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
gap: 12px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#totalbillbox{
box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
width: 250px;
height: 250px;
padding: 20px;
color: rgba(145, 2, 2, 0.973);
font-family:cursive;
display: flex;
justify-content: center;
align-items: center;
margin-left: 450px;
margin-top: 30px;
}
#removeprods{
margin-left: 300px;
color: rgb(0, 0, 0);
font-weight: bolder;
cursor: pointer;
}