-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcheckout.css
158 lines (152 loc) · 2.79 KB
/
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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
background-color: #f3f3f3;
}
nav{
width: 100%;
height: 80px;
/* border: 1px solid black; */
display: flex;
border-bottom: 2px solid #a8a8a9;
background-color: white;
}
nav h3{
font-size: xx-large;
font-weight: bolder;
}
#better-living {
width: 20%;
font-size: 20px;
margin: auto;
/* border: 5px solid black; */
}
#better-living div {
margin-left: 15px;
font-family: cursive;
font-weight: bold;
}
#back:hover{
cursor: pointer;
text-decoration: underline;
}
#image{
width: 100%;
height: auto;
/* border: 1px solid red; */
display: block;
}
#image img{
width: 30%;
margin-left: 200px;
}
#ad{
width: 70%;
height: 300px;
/* border: 1px solid black; */
}
#fill_address,#ad{
width: 100%;
height: 300px;
/* border: 5px solid red; */
padding: 20px;
/* margin-left: 30px;x */
background-color: white;
border-radius: 10px;
}
#fill_address>div{
width: 200px;
height: 200px;
border: 2px solid #c3bfbf;
margin-top: 10px;
text-align: center;
color: #008ecc;
border-radius: 5px;
font-weight: bold;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#fill_address>div:hover{
cursor: pointer;
text-decoration: underline;
}
#ad input{
width: 40%;
margin: 5px;
height: 25px;
border-radius: 5px;
}
form{
margin-top: 30px;
text-align: center;
}
#ad{
height: auto;
}
#sub:hover{
cursor: pointer;
}
#adddis{
width: 65%;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
padding: 10px;
border-radius: 10px;
}
#adddis button{
background-color: #008ecc;
color: white;
padding: 5px;
border: 0px;
border-radius: 5px;
}
#con{
width: 100%;
display: flex;
margin: auto;
justify-content: space-around;
}
.total{
width: 30%;
height: auto;
/* border: 1px solid red; */
color: #008ecc;
padding: 10px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
/* margin-top: 100px; */
background-color: white;
border-radius: 10px;
}
.total h1{
color: black;
}
.total span{
color: black;
}
button:hover{
cursor: pointer;
}
.total>button{
width: 300px;
padding: 15px;
/* margin: 10px 2px 10px 100px; */
margin-top: 50px;
margin-left: 50px;
background-color: #008ecc;
color: white;
border: 0px;
border-radius: 5px;
}
#gift{
width: 100%;
height: 100px;
/* margin-left: 25px; */
/* border: 2px solid red; */
margin-bottom: 30px;
padding: 10px;
background-color: white;
border-radius: 5px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
/* display: flex; */
}