Features of Stylish Slider CSS Demo and Download Buttons
• Pure CSS.
• Light Weight.
• Easy to customize.
• Cool Hover Effect.
• Font Awesome icons used.
• The text also changes on hover.
• A simple combo of HTML and CSS.
दोस्तों मेने आपके लिए डेमो और डाउनलोड का बटन बनाना बताया हे! इसके अंदर एनीमेशन ऐड किया हे! आपके ब्लॉगर में ये बटन शो करना हे तो मेरे दिए गए स्टेप्स को फॉलो जरूर करना.
Step 1:Adding font Awesome to Blogger
Blogger ke dashboard ko open Karo then Go to Theme>Edit Theme
or Uske Baad search Karna he </head>
or niche Diye Code ko Copy Karna he or </head> tag search karke </head> upper paste Karna he.
Copy Code
<script type='text/javascript'>
function loadCSS(e, t, n) { "use strict"; var i = window.document.createElement("link"); var o = t || window.document.getElementsByTagName("script")[0]; i.rel = "stylesheet"; i.href = e; i.media = "only x"; o.parentNode.insertBefore(i, o); setTimeout(function () { i.media = n || "all" }) }
loadCSS("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css");
//]]>
</script>
<noscript>
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css' rel='stylesheet'/>
</noscript>
Aapko Css Code theme me Add karna he. Go to Blogger Dashboard>Theme>Edit theme then Search (find) ]]></b:skin> or ]]></b:skin> iske Upper Code Paste karo
Apko jis bhi blogger post ke upper demo or download button chahiye to is code ko blogger ke post ke html tag me past karo maine isme 3 code diye he 1) Demo + Download 2) Demo 3) Download
0 Comments
Thanks For Watching