4 Flip Trick Download Button For Blogger

4 Flip Trick Download button widget for blogger to allow users to download files, videos , codes and videos.

4 Flip Trick Download Buttons For Blogger
4 Flip Trick Download Buttons For Blogger

VIEW DEMO




Flip trick download button widget for blogger that can be used as a button to download files like codes, scripts, videos and any type of file. Built in html and css and completely customizable. It has some of the new and unseen CSS Hover effect which you will definitely like. In the last post we shared animated buttons for the same thing that gets expanded on mouse hover. It has css hover effect and now in this post again we are using the css hover effect but with a flip trick effect that can be put in blogger easily.


In this widget for blogger when you hover your mouse on the icon then images disappeared and the text appears with color changing down arrow button. It is quite complicated to describe that widget but when you will see a demo you will get my point. These are extremely useful when you use the download option in your post for example if you want to insert a download button for users where they can download files. You can use this for any type of file like script, codes, images, rar files, videos and any other if left.


Based on HTML and CSS with hover and flip effect.
➨ Completely customizable.
➨ You can change images and insert your own links.
➨ You can change the width and heights of this widget.
➨ Fast in loading and without any javascript.
➨ Easy installation simple copy and paste code.


How To Install ?

➨ Go to blogger .
➨ Click on template.
➨ Hit CTRL+F and search for this code.
]]></b:skin>

➨ And just above this code now paste the below code.
a{
color: #fff;
text-decoration: none;
}
.shreem{
background:#80a9da;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
padding-left:90px;
padding-right:105px;
height:90px;
display:inline-block;
position:relative;
border:1px solid #5d81ab;
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
float:left;
clear:both;
margin:10px 0px;
overflow:hidden;
-webkit-transition:box-shadow 0.3s ease-in-out;
-moz-transition:box-shadow 0.3s ease-in-out;
-o-transition:box-shadow 0.3s ease-in-out;
transition:box-shadow 0.3s ease-in-out;
}
.shreem img{
position:absolute;
left:15px;
top:13px;
border:none;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.shreem .shreem-text{
position:absolute;
font-size:36px;
top:18px;
left:18px;
color:#bde086;
text-shadow:0px 1px 1px rgba(0,0,0,0.3);
-webkit-transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transform:scale(0);
opacity:0;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.shreem-avdhoot-text{
padding-top:13px;
display:block;
font-size:30px;
text-shadow:0px -1px 1px #5d81ab;
color:#fff;
}
.shreem-avdhoot-text small{
display:block;
font-size:11px;
letter-spacing:1px;
color:#fff;
}
.shreem-avdhoot-text-right{
position:absolute;
right:0px;
top:0px;
height:100%;
width:80px;
border-left:1px solid #5d81ab;
-webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
-moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.shreem-avdhoot-text-right span{
width:38px;
height:38px;
opacity:0.7;
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
position:absolute;
left:50%;
top:50%;
margin:-20px 0px 0px -20px;
border:1px solid rgba(0,0,0,0.5);
background:#5b5b5b url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMadfyvRjzkeDMFGdyHVayoIBjEmeE8Zn-yy8zxbfzY9b1wmJm6lPbBK17pdnOwH8Wc7rEVivjyF7pFIQ9CD_YfwlXQ3uwEMdRcTEdXpittcRPpINR1XkXS8mou3_IKjVGSE01XyGdiBtM/s1600/arrow_down_black.png) no-repeat center center;
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.shreem:hover{
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.shreem:hover img{
opacity:0;
}
.shreem:hover .shreem-text{
opacity:1;
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
.shreem:hover .shreem-avdhoot-text-right span{
opacity:1;
background-color:#bc3532;
}
.shreem:active{
position:relative;
top:1px;
background:#fff;
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
border-color:#80a9da;
}
.shreem:active .shreem-avdhoot-text-right span{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg);
}


HTML Code.


➨ Now Copy and paste the html code at the place where you want to show this widget.
➨ You can insert this animated button in gadgets or inside the page.
<div class="content">
<div class="button-wrapper">
<a href="#" class="shreem">
<span class="shreem-text">$29</span>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgiJ9ClzMN56ivPVRkyIJv-TlqFxLK8NO7Ti9jtOst3PF06STlQSSLEom7TvXRncbPydc42HriOpe8U-ViwG1hkr198q4HWPQzgvdqC0cBWFwyMkvExNQu2Ug1HY6gFY-b7T9Wreg2GoYls/s1600/12.png" alt="codes" />
<span class="shreem-avdhoot-text"><small>Full Code &amp;</small> Download</span>
<span class="shreem-avdhoot-text-right"><span></span></span></a>
<a href="#" class="shreem">
<span class="shreem-text">$19</span>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM1pl1y1uFFy2Va_XExVTn5-a2oFBjNbx6d1105gH_HQlRpvqawvpNFnKkAN59UG2Ct5FJe2Aq1QAsn_A0Fv39DX_r_c5Dt_c3b3blGoqHa1TZnWvXI6cF_JYosGHRuLYrq8K6hBnbrZzv/s1600/1.png" alt="images" />
<span class="shreem-avdhoot-text"><small>All Free Images &amp;</small> Download</span>
<span class="shreem-avdhoot-text-right"><span></span></span></a>
<a href="#" class="shreem">
<span class="shreem-text">$24</span>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiO3DWM-E_jFreIZXX7uKz3xnVPI5qiFkwGsREdMsiWpnJKGtJEq18jkN73Vo16klp1cmtdH5rJUWPf7eAFrWQm57RdgnEuod3GDir5SJxQhPFHvZEiaBlqVAzpiF-dc0x1qx1jNPPX6QiW/s1600/15.png" alt="video" />
<span class="shreem-avdhoot-text"><small>Full Video &amp;</small> Download</span>
<span class="shreem-avdhoot-text-right"><span></span></span></a>
<a href="#" class="shreem">
<span class="shreem-text">$39</span>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzupuYrKSqgnbFVDeJqPjFXAOshXpOcytGXJWkdqqqCzHKotDJDkCeQD7KmLEOhPY9IHD_KFW7dsH3GV_MY9pf_0x2JJgfIYGih0dn-PlEtUN4FEmX82UTKs6Vbt65ZMhYXguZs8PS6_UZ/s1600/9.png" alt="All files" />
<span class="shreem-avdhoot-text"><small>Free Files &amp;</small> Download</span>
<span class="shreem-avdhoot-text-right"><span></span></span></a></div></div></div>


That's it you are done. So this was the simplest way to add animated buttons widget for blogger. A simple copy and paste code.

4 Blogging tips to get backlinks from social media users.
3 Chat widgets for blogger.
Tabbed social media sharing widget for blogger.
Image accordion widget for blogger.

Please give us your feedback if you like this flip trick animated button for blogger. And yes do not forget to share. 
Next Post Previous Post