<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!DOCTYPE html>
<html>
<head>
<title>Download Button - Badr Rehman</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js">
<link rel="stylesheet" type="text/css" href="
https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<style type="text/css">
.download{
padding-left: 5px;
margin:5px;
transition: all .7s cubic-bezier(0.79, -0.42, 0, 1.07);
transform: scaleX(0.08);
transform-origin: center;
}
.download:hover{
transform: scale(1.1);
-webkit-animation: scalling 0.7s ease-out infinite normal;
animation: scalling 0.7s ease-out infinite normal;
}
@-webkit-keyframes scalling {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
25% {