Posts

Showing posts with the label CSS3

Best CSS3 Animated Download Button for Blogger

Image
Result Once you have seen the demo, to add this animated download button to your blog posts follow the below steps. This button is made up of Pure CSS3 i.e. without the usage of any Images or JavaScript. This button may be really helpful for game/software download blogs. So a live working demo of this button can be seen by clicking the above button. You will see the button in the codepen. Adding the CSS in the Template Go to Blog Title → Template → Edit HTML and search for the code </body> and paste the below given code just above </body> . <style> .abt-button {     margin: 50px auto;     width: 200px; }  /* Get this button at http://blogger-templatees.blogspot.com */ .abt-button a {     background: -moz-linear-gradient(center top , #00B7EA 0%, #009EC3 100%) repeat scroll 0 0 transparent;     color: white;     display: block;     font: 17px/50px Helvetica,Verdana,sans-serif;     height: 50px; ...