-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaystack.css
More file actions
189 lines (163 loc) · 2.71 KB
/
paystack.css
File metadata and controls
189 lines (163 loc) · 2.71 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
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
*{
font-family:"Montserrat","Poppins";
}
body{
margin:0;
}
.container{
height:100vh;
margin:0 auto;
background-color:white;
overflow:auto;
}
.header{
display:flex;
float: left;
}
.subheader{
display:flex;
font-size:10px;
margin-top:3em;
/* background-color: black; */
width: 150em;
justify-content: space-evenly;
flex-direction: row;
}
.super-header{
display:flex;
float:left;
}
.super-header img{
margin-top:2.2em;
margin-left: 3em;
}
.super-header h1{
margin-top:1em;
margin-right:1em;
}
.paystack-dropdown{
float: left;
overflow: hidden;
}
.paystack-dropdown.icon{
display:flex;
justify-content:space-between;
margin-right: 4em;
}
.paystack-dropdown img{
border-radius: 100px;
}
.subheader2{
display:flex;
justify-content: flex-end;
position: flex;
margin-left:30em;
gap:1em;
/* margin-top: 3.5em; */
float: right;
}
.header.subheader2 h1{
flex-direction: row;
justify-content: space;
}
.sub{
margin-right: 15em;
/* width: 80px; */
display: flex;
}
.sub img{
margin-left:2em;
margin-top: 1em;
}
.sub button{
width: 180px;
height: 50px;
cursor: pointer;
margin-bottom:4em ;
color:white;
background-color:green;
border-radius: 1em;
font-size: 0.9em;
border:0;
margin-top:0;
margin-left: 20em;
}
.subheader2 {
display: flex;
gap:3em;
}
.subheader2 img{
margin-top:0.6em;
margin-right:100em;
}
.intro-informations{
display:flex;
justify-content:center
}
.viewport{
margin-top:25em;
justify-content: center;
margin-left: 7em;
}
.button-section1{
display:flex;
}
.button-section1 p{
margin-left: 1.5em;
}
.viewport h1{
font-size:3em;
}
.button-section1 button{
background-color:green;
color:white;
width:190px;
height:80px;
border-radius:0.5em;
border: 0px;
}
.middle-section{
margin-top:5em;
justify-content:space-between;
flex-direction: row;
width:100%;
height:20em;
}
.images-section{
justify-self: space-between;
display:flex;
gap:3em
}
.form-group{
margin-left:25em;
}
.button-section2 button{
margin-right:3em;
border-radius:100px;
box-shadow: 0px;
}
.middle-section.image-section img{
margin-right: 4em;
height: 100px;
width: 100px;
}
.button-section1 button{
height: 40px;
width: 160px;
/* border-radius: 100px; */
}
.middle-layer{
height:35em;
width:80em;
/* background-color:black; */
margin-left: 7em;
margin-top: 2em;
}
.sub-middle-layer{
display:flex;
justify-content:space-between;
}
.sub-middle-layer img{
height: 100px;
width: 60px;
}