-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
105 lines (89 loc) · 1.35 KB
/
style.css
File metadata and controls
105 lines (89 loc) · 1.35 KB
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
.main_form {
width: 50%;
margin: auto;
padding: 1rem;
background-color: #9CBC2C;
border: 15px solid white;
font-family: Georgia, "Times New Roman", Times, serif serif;
border-radius: 5px;
}
body {
background-color: black;
}
fieldset {
border: none;
}
.green_form {
display: flex;
justify-content: space-between;
border: 1px solid white;
border-radius: 5px;
background-color: #B9CF6A;
padding: 0.5rem;
align-items: center;
}
legend {
font-size: 20px;
}
label {
width: 8rem;
}
input {
margin: 0 auto;
width: 50%;
padding: .40rem;
border-radius: 5px;
border-color: #B9CF6A;
}
textarea {
margin: 0 auto;
text-align: center;
height: 10rem;
width: 50%;
}
.address{
margin-bottom: auto;
width: 8rem;
}
#amex, #mastercard, #visa {
margin-left: 2px;
width: auto;
}
.flex {
display: flex;
}
.cardform {
font-size: 16px;
}
.column{
flex-direction: column;
}
.margin{
margin-right: auto;
}
.space-around{
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
}
.padding{
padding: 0%;
width: 30px;
}
.flex-column {
flex-direction: column;
}
/**button---------------*/
.submit_button {
display: flex;
justify-content: center;
margin-top: 1rem;
}
button {
padding: 0.5rem 1rem;
border-radius: 1.5rem;
font-size: 1.25rem;
background-color: #384415;
color: white;
}