-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheckout.css
72 lines (68 loc) · 982 Bytes
/
checkout.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
.box{
text-align:center;
background-color:#f4be41;
font-family: 'Rajdhani', sans-serif;
}
.box_1{
height:500px;
box-shadow: 10px -5px 38px 0px rgba(1,1,1,1);
}
.cola{
color:black !important ;
}
.box p {
font-size:20px;
}
.box h2{
font-size:35px;
color:black;
}
.dropdown-menu{
background-color:black !important;
width:250px;
}
.dropdown-menu a:hover {
background-color:#f4be41 !important;
}
.logo{
width:100px;
height:50px;
}
.product-title{
text-align:center;
}
.shop_at_Icon{
font-family: 'Rajdhani', sans-serif;
font-size:120px;
text-decoration:bold;
text-align:Center;
color:#f4be41;
}
body{
background-color:white;
}
a{
color:gray !important;
}
h1{
text-align:center;
}
.move_right_button{
float:right !important;
}
.checkout_btn_{
width:150px;
height:Auto;
font-size:20px;
}
.move_right{
float:right;
}
.table-responsive {
max-width: 150px;
overflow: scroll;
}
.table_img{
width:100px;
height: auto;
}