-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
61 lines (52 loc) · 871 Bytes
/
styles.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
body{
background-color: rgb(209, 248, 218) !important;
}
body bg{
background-color: rgb(100, 240, 178);
}
container{
background: rgb(134, 240, 178);
}
#bg {
background: rgb(100, 240, 178);
position: relative;
top: 0%;
left: 0%;
width: 10%;
height: 10%;
}
#bg img {
position: relative;
top: 0px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
min-width: 20%;
min-height: 20%;
width: 200%;
height: 200%;
}
.bag-total-title{
font-size: 40px;
}
.bag-total-price{
font-size: 40px;
}
.table {
margin-bottom: 20px;
}
.bag-item-title{
max-width: 80%;
}
.bag-item-price{
max-width: 10%;
font-size: 200%;
padding-left: 00px;
padding-block-end: 100px;
padding-right: 100px;
position: relative ;
}
.bg-primary {
background-color: #1a52c6;
}