-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
165 lines (134 loc) · 2.98 KB
/
style.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
.title {
background: transparent;
font-family: 'Righteous', cursive;
text-shadow: 3px 3px 5px black;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
select {
margin: 10px;
}
.card {
border: black solid 0px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
background-color: transparent;
border-radius: 50% 10% / 10% 40%;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0, 1);
}
.btn:hover {
background-color: white;
color: black;
cursor: grab;
}
.card-header {
text-align: center;
color: black;
font-size: 20px;
background: linear-gradient(to right, #F7D7D4, #fe2612a6, #347B98, #FB9902, #342309);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
font-family: 'Righteous', cursive;
border-radius: 10% 40% / 50% 20% !important
}
.placeholder {
font-size: small;
text-align: center;
}
#currency-amount {
margin-left: 10px;
}
/* ********************************************************************* */
body {
background: #8a9da5;
}
.new_footer_top {
padding: 100px 0px 200px;
position: relative;
overflow-x: hidden;
}
.new_footer_area .footer_bottom {
padding-top: 5px;
padding-bottom: 50px;
}
.footer_bottom {
font-size: 14px;
font-weight: 300;
line-height: 20px;
color: #7f88a6;
padding: 27px 0px;
}
.new_footer_top .f-title {
margin-bottom: 30px;
color: #263b5e;
}
.new_footer_top .footer_bg {
position: absolute;
bottom: 0;
background: url("https://droitthemes.com/html/saasland/img/seo/footer_bg.png") no-repeat scroll center 0;
width: 100%;
height: 266px;
}
.new_footer_top .footer_bg .footer_bg_one {
background: url("https://1.bp.blogspot.com/-mvKUJFGEc-k/XclCOUSvCnI/AAAAAAAAUAE/jnBSf6Fe5_8tjjlKrunLBXwceSNvPcp3wCLcBGAsYHQ/s1600/volks.gif") no-repeat center center;
width: 330px;
height: 105px;
background-size:100%;
position: absolute;
bottom: 0;
left: 30%;
-webkit-animation: myfirst 22s linear infinite;
animation: myfirst 22s linear infinite;
}
.new_footer_top .footer_bg .footer_bg_two {
background: url("https://1.bp.blogspot.com/-hjgfxUW1o1g/Xck--XOdlxI/AAAAAAAAT_4/JWYFJl83usgRFMvRfoKkSDGd--_Sv04UQCLcBGAsYHQ/s1600/cyclist.gif") no-repeat center center;
width: 88px;
height: 100px;
background-size:100%;
bottom: 0;
left: 38%;
position: absolute;
-webkit-animation: myfirst 30s linear infinite;
animation: myfirst 30s linear infinite;
}
@-moz-keyframes myfirst {
0% {
left: -25%;
}
100% {
left: 100%;
}
}
@-webkit-keyframes myfirst {
0% {
left: -25%;
}
100% {
left: 100%;
}
}
@keyframes myfirst {
0% {
left: -25%;
}
100% {
left: 100%;
}
}
/*************footer End*****************/
ul {
font-size: 15px;
text-align: left;
margin-left: -38px;
}