-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.css
More file actions
89 lines (76 loc) · 1.5 KB
/
donate.css
File metadata and controls
89 lines (76 loc) · 1.5 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
.donate-big-title {
font-size: 25px;
padding-left: 180px;
padding-right: 180px;
padding-top: 40px;
padding-bottom: 40px;
background-color: #f7f7f7;
border: 1px solid #e4e4e4;
border-top: white;
border-left: white;
border-right: white;
}
.donate-text {
padding-left: 180px;
padding-right: 180px;
padding-top: 40px;
padding-bottom: 40px;
letter-spacing: 1px;
}
.donate-text>p {
padding-top: 15px;
}
.donate-big {
padding-left: 180px;
padding-right: 0px;
padding-top: 30px;
}
.donate-big>.text-center>:first-child {
font-size: 22px;
padding-top: 80px;
padding-bottom: 10px;
}
.donate-big>.text-center>:last-child {
font-size: 22px;
padding-top: 10px;
padding-bottom: 40px;
}
.donate-pic>img {
width: 100%;
height: auto;
}
.donate-decoration {
box-shadow: 0px 5px 8px #f0f0f0;
}
.donate-contact {
padding-top: 40px;
padding-bottom: 60px;
padding-left: 180px;
padding-right: 180px;
}
.shadowp {
padding-top: 50px;
width: 100%;
box-shadow: 0px -5px 8px #e0e0e0;
}
.donater>h3 {
font-size: 20px;
}
span::after {
border-color: #e4e4e4;
margin-left: 15px;
left: 100%;
content: "";
position: absolute;
height: 5px;
border-top: 1px solid;
top: 10px;
width: 1050px;
}
span {
position: relative;
}
.donater>p {
padding-top: 10px;
padding-bottom: 10px;
}