-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylep.css
110 lines (94 loc) · 1.43 KB
/
stylep.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
* {
margin: 0;
font-family: Arial;
}
.section {
display: flex;
justify-content: space-evenly;
margin-top: 10px;
width: 80%;
}
.h1 {
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 300px;
background-color: aquamarine;
font-size: 1.5rem;
border-radius: 4px;
margin-top: 30px;
margin-left: 620px;
}
.h1:hover {
border: 2.5px solid orange;
}
.h3 {
display: flex;
justify-content: center;
align-items: center;
margin-top: 50px;
margin-left: 20px;
background-color: rgb(238, 193, 109);
height: 40px;
width: 300px;
border-radius: 4px;
}
.h3:hover {
border: 2.5px solid black;
}
.information {
margin-left: 25px;
margin-top: 20px;
width: 700px;
}
.first-name {
margin-top: 10px;
}
.last-name {
margin-top: 10px;
}
.gender {
margin-top: 20px;
margin-left: 25px;
width: 300px;
}
.address {
margin-top: 20px;
margin-left: 25px;
}
.select-list {
margin-top: 20px;
margin-left: 20px;
}
.bank-name {
margin-left: 25px;
margin-top: 20px;
}
.select-leest {
margin-top: 20px;
}
.amount {
margin-top: 20px;
}
.button {
display: flex;
justify-content: space-evenly;
width: 30%;
margin-top: 30px;
margin-left: 50px;
}
.home {
margin-left: 20px;
text-decoration: none;
}
.contectus {
width: 100%;
margin-top: 30px;
margin-left: 50px;
display: flex;
justify-content: space-evenly;
}
.linkedin {
text-decoration: none;
}