x
1
<a href="#" class="buttonDownload3" title="Click Here">DOWNLOAD</a>
2
3
<style>
4
.buttondownload3,
5
.buttondownload3:hover {
6
color: #fff!important
7
}
8
.buttonDownload3 {
9
display: inline-block;
10
position: relative;
11
padding: 13px 20px 13px 25px;
12
background: #2187e7;
13
font-family: times;
14
text-decoration: none;
15
font-size: 16px;
16
font-weight: 600;
17
text-align: center;
18
text-indent: 15px;
19
border-radius: 5px
20
}
21
.buttonDownload3:hover {
22
opacity: .9
23
}
24
.buttonDownload3:before,
25
.buttonDownload3:after {
26
content: ' ';
27
display: block;
28
position: absolute;
29
left: 15px;
30
top: 52%
31
}
32
.buttonDownload3:before {
33
width: 10px;
34
height: 2px;
35
border-style: solid;
36
border-width: 0 2px 2px
37
}
38
.buttonDownload3:after {
39
margin-left: 3px;
40
margin-top: -7px;
41
border-style: solid;
42
border-width: 4px 4px 0;
43
border-color: transparent;
44
border-top-color: inherit;
45
animation: downloadArrow .7s linear infinite;
46
animation-play-state: paused
47
}