Download Button HTML Code With CSS Download Icon For Website & Blogger

Download Button HTML Code With CSS Download Icon  For Website & Blogger

Download Button HTML Code With CSS Download Icon  For Website & Blogger

Note: Copy Only The Green Text

HTML CODE:

<!DOCTYPE html>
<title>Font Awesome Icons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="card">
    <p><a href="Your Link Here" target="_blank"><button><i class="fa fa-download"></i> Your Text Here</button></a></p>
    </div>
    
    <style>
    .card {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    max-width: 200px;
    margin: auto;
    text-align: center;
    font-family: arial;
    font-size: 5px;
    }
    
    .card button {
    border: none;
    outline: 0;
    padding: 10px;
    color: #EBF5FB;
    background-color: #16A085;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    }
    </style>


Button Preview:

Need Help?

Previous Next