{ads}

Diwnload Button လွလွ​ေလးႏွစ္​ခု

Share
Download Now

Style Download Buttons

Auto width:

Full width:




Gif Button Code
--------------------------
<a href="https://mighttilay.blogspot.com"><img src="https://images.cooltext.com/5135048.gif" width="250" height="67" alt="Download Now" border="3" /></a>

Code
---------

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<style>
.btn {
    background-color: DodgerBlue;
    border: 7xp ;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: Red;
    border-color:blue;
}
</style>
</head>
<body>

<h2>Style Download Buttons</h2>

<p>Auto width:</p>
<button class="btn"><i class="fa fa-download"></i> Download Now</button>

<p>Full width:</p>
<button class="btn" style="width:100%"><i class="fa fa-download"></i> Download Now</button>

</body>
</html>


Download Now