-->

Awesome CSS3 Animated Download Button Blogger Free

Iklan Anda

Today, I will be showing you guys how to create a simple professional looking download button purely from CSS as outlined on DesignShack by Joshua Johnson.
So to create and add the button to your website and blog, follow the steps below



Demo:
Download

Click to Start Download

File Size: 350MB



  • Navigate to Template >>> Edit HTML.
  • Once in the Edit HTML page, search for </body> with the help of Ctrl + F.
  • Now copy the CSS code below and paste just before/above </body>






  • Click on Save Template to apply the CSS code to your blog.
  • After adding the CSS code to your blog’s template, all you need to do next is add the below line of code where ever you want to add the download button while composing a post.

<div class="abt-button">
      <a href="FILE_URL">Download</a>
      <p class="up">Click to Start Download</p>
      <p class="down">File Size: 350MB</p>
    </div>

Customization:

The information highlighted in RED are the ones which you must have to change in order for the button to serve the specific purpose you want it to serve.

  • Using a download button in your website or blog, means linking it to the original URL of the file to be downloaded. To link the download button we have just created to the original URL of the file you want your user to have access to once they click on the button, then you will need to replace FILE_URL with the URL of the file (i.e. the address where the file to be downloaded is located).
  • If you wish, you can change the text Click to Start Download to whatever you want.
  • Finally replace 350MB in the text File Size: 350MB to the original size of the file you want your visitors to download. This will tell them the size of the file they will be downloading if they decide to click on the download button.

For questions pertaining to how to add this awesome animated CSS download button to your website and Blogger, please do feel free to ask via the comment box below. ENJOY!

Iklan Anda

Tags:
Buka Komentar
Template By Muh Akram