-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcheckout.css
92 lines (92 loc) · 1.58 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
* {
padding: 0%;
margin: 0%;
font-family: Roboto, sans-serif;
font: Roboto, 100% (remote);
color: RGB(51, 51, 51);
}
#maindiv {
margin-left: 6%;
width: 50%;
}
#upper {
margin-left: 6%;
}
#upper > img {
height: 150px;
}
#upper > img + p {
font-size: 15px;
}
#upper > p + P {
font-size: 19px;
margin-top: 40px;
}
#upper > p + p + input {
width: 600px;
border-radius: 5px;
padding: 10px 10px;
margin-top: 19px;
}
#gst {
margin-left: 6%;
font-size: 19px;
}
#gst > P {
margin-top: 19px;
margin-bottom: 19px;
background-color: rgb(255, 234, 156);
padding: 10px;
border-radius: 6px;
}
#gst > span + input {
margin-left: 19px;
margin-right: 10px;
}
#gst > p + input {
margin-right: 10px;
}
form > h1 {
margin-bottom: 30px;
}
form {
margin-left: 6%;
}
form > input {
padding: 10px;
border-radius: 5px;
}
.wide {
width: 600px;
}
.name {
width: 285px;
}
.address {
width: 179px;
}
form > button {
margin-top: 30px;
width: 300px;
padding: 17px;
background-color: blue;
margin-left: 50%;
color: white;
font-size: 19px;
cursor: pointer;
border: none;
border-radius: 8px;
}
#bottam {
margin-left: 6%;
margin-top: 80px;
}
#bottam > p + p {
margin-top: 30px;
font-weight: bold;
font-size: 14px;
}
#bottam > p + p > span {
margin-left: 30px;
margin-right: 30px;
}