-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDonate.css
67 lines (54 loc) · 892 Bytes
/
Donate.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
body{
background-image: url(img/design.jpg);
}
.container{
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 85px;
background-color:aquamarine;
width: 450px;
margin-top: 100px;
height: 300px;
border-radius: 24px;
}
.testing{
text-decoration: none;
text-align: center;
font-weight: bold;
color: black;
margin-top: 13px;
}
footer {
padding:20px;
background:#ff5010 !important;
color:white
}
.sub-footer {
background:#363636;
padding:30px;
color: floralwhite;
text-align: center;
}
footer h4 {
margin-bottom:30px;
text-transform:uppercase;
text-shadow:none;
font-weight:550;
color:#fff;
}
.mobile{
margin-left: -1cm;
}
.footer-mid{
margin-top:2cm;
margin-left:-0.5cm;
position: relative;
}
.form-group{
padding: 5px;
width: 80%;
}
.link-color{
color:white;
}