-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdonation.css
84 lines (69 loc) · 1.22 KB
/
donation.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
body{
font-family: 'Titillium Web', sans-serif;
}
/* img{
width: 100%;
height: 20rem;
} */
.div1{
text-align: center;
margin: 50px;
color: rgb(8, 145, 38);
}
.div1 .head1{
font-weight: bolder;
letter-spacing: 2px;
}
.div1 p{
font-size: large;
font-weight: 400;
}
.div2 h5{
letter-spacing: 1px;
text-align: center;
font-weight: bold;
margin: 20px;
margin-bottom: 50px;
}
.head2{
text-align: center;
letter-spacing: 1px;
margin-bottom: 50px;
font-weight: bold;
color: rgb(8, 81, 129);
}
section img{
height: 200px;
width: fit-content;
}
section h3{
text-align: center;
padding: 100px;
}
#account h3{
line-height: 50px;
letter-spacing: 1px;
margin-top: 70px;
margin-bottom: 70px;
color: rgb(8, 81, 129);
}
.quote{
text-align: center;
letter-spacing: 1px;
color: rgb(192, 48, 12);
font-family: 'Akaya Kanadaka', cursive;
}
.quote-name{
text-align: right;
margin-right: 20rem;
color: rgb(192, 48, 12);
}
.navbar{
margin-bottom: none;
}
#xs{
margin-top: 70px;
}
#sm{
margin-top: 120px;
}