-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathraise-funds.css
56 lines (49 loc) · 1.04 KB
/
raise-funds.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
.title {
font-family: 'JejuGothic';
font-style: normal;
font-weight: 1;
font-size: 50px;
line-height: 76px;
color: #000000;
text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
margin-left: 40%;
}
.raise-funds-button {
text-align: center;
margin-left: 36%;
font-size: larger;
cursor: pointer;
background-color: transparent;
border-color: transparent;
}
.slide-in, .slide-in2{
animation: slide-in-animation 1s forwards;
opacity:0;
}
.slide-in2{
animation-delay:.5s;
}
@keyframes slide-in-animation {
from {opacity:0;
line-height:4em;}
to {opacity:1;
line-height:1em;}
}
.slide-in-container{
margin-left: 15%;
overflow-y:hidden;
display:inline-block;
vertical-align:middle;
position:relative;
height:50px;
line-height:1.3em!important;
}
.slide-in-container2 {
margin-left: 40%;
overflow-y:hidden;
display:inline-block;
vertical-align:middle;
position:relative;
height:50px;
line-height:1.3em!important;
}