7 Attractive Download Button For Blogger - Techie Sameer

7 Stylish Download Button For Blogger or Any Website:

Adding attractive or stylish button to your blog or website is very easy. If you just use html code <button>...</button> without adding CSS, your blog or website will not looks attractive or perfect. I personally use these buttons for my blog. I'll perfectly guide you to how you can add CSS and html code for your download button. You know how to add html in your blog. But do you know how can you add CSS in your blog ? Don't worry I'll show you. I'm going to show you a process to add CSS in your blog. This CSS will be permanently add to your blog. Whenever you add download button, your button will looks attractive. You can visit my blog and see there how my download button looks like. To add stylish buttons to your blog is very easy. You just need some basic knowledge of html and CSS. Let's begin...

Adding CSS Code In Blogger

Step-1: Firstly Open Your Blogger Dashboard and Click on Theme Option.

Step-2: Now Click On Customize Button.



Step-3: After Selecting Customize, You can see A list of options. Just Scroll Down and You can see Advanced Option. Just select it.



Step-4: After Selecting Advanced Option, You will go to the next page. There you have to click on the small bar on the right side as shown below.



Step-5: After that, You will see some options, You have to click on Add CSS. As shown below.


That's it Guys. Now Add Your CSS There. Visit Here For Custom CSS Generation In Blogger.

Now I'm going to give you CSS Code and Html Code For Your Attractive Button. Let's Begin.

CSS Code and Html Code For Button:

1.First Button:

FIRST BUTTON:


Here Is The CSS Code For First Button

.button1{ border: none; outline: none; text-align: center; font-size: 15px; padding: 10px 22px; background-color: red; color: white; cursor: pointer; width: auto; height: auto; border-radius: 5px; } .center{ display: flex; align-items: center; justify-content: center; }


Here is the Html Code For First Button

<div class="center">
 <a href="https://techiesameer.blogspot.com/" >
<button class="button1">Download Now</button>
</a>
</div>

2.Second Button:

SECOND BUTTON:


Here Is The CSS Code For Second Button

.button2{ border: none; outline: none; text-align: center; font-size: 15px; padding: 10px 22px; background-color: blue; color: white; cursor: pointer; width: auto; height: auto; border-radius: 5px; } .mycenter{ display: flex; align-items: center; justify-content: center; }


Here is the Html Code For Second Button

<div class="center">
 <a href="https://techiesameer.blogspot.com/" >
<button class="button2">Download Now</button>
</a>
</div>

3.Third Button:

 THIRD BUTTON:


Here Is The CSS Code For Third Button

.button3{ border: none; outline: none; text-align: center; font-size: 15px; padding: 10px 22px; background-color: red; color: white; cursor: pointer; width: auto; height: auto; border-radius: 30px; } .mycenter{ display: flex; align-items: center; justify-content: center; }


Here is the Html Code For Third Button

<div class="center">
 <a href="https://techiesameer.blogspot.com/" >
<button class="button3">Download Now</button>
</a>
</div>

4.Fourth Button:

FOURTH BUTTON:


Here Is The CSS Code For Fourth Button

.button4{ border: 2px solid red; outline: none; text-align: center; font-size: 15px; padding: 10px 22px; background-color: white; color: red; cursor: pointer; width: auto; height: auto; border-radius: 30px; } .mycenter{ display: flex; align-items: center; justify-content: center; } .center{ display: flex; align-items: center; justify-content: center; }


Here is the Html Code For Fourth Button

<div class="center">
 <a href="https://techiesameer.blogspot.com/" >
<button class="button4">Download Now</button>
</a>
</div>

5.Fifth Button:

FIFTH BUTTON:


Here Is The CSS Code For Fifth Button

.button5{ border: none; outline: none; text-align: center; font-size: 15px; padding: 10px 22px; background-color: red ; color: white; cursor: pointer; width: auto; height: auto; border-radius: 30px; transition: 0.3s; opacity: 0.5; } .mycenter{ display: flex; align-items: center; justify-content: center; }


Here is the Html Code For Fifth Button

<div class="center">
 <a href="https://techiesameer.blogspot.com/" >
<button class="button5">Download Now</button>
</a>
</div>

6.Sixth Button:

SIXTH BUTTON:


Here Is The CSS Code For Sixth Button

.button6{ border: none; outline: none; text-align: center; font-size: 15px; padding: 10px 22px; background-color: #000000 ; color: white; cursor: pointer; width: auto; height: auto; border-radius: 30px; } .mycenter{ display: flex; align-items: center; justify-content: center; } .button6:hover{ background-color: #ff0000 }


Here is the Html Code For Sixth Button

<div class="center">
 <a href="https://techiesameer.blogspot.com/" >
<button class="button6">Download Now</button>
</a>
</div>

7.Seventh Button:

SEVENTH BUTTON:


Here Is The CSS Code For Seventh Button

.button7{ border: none; outline: none; text-align: center; font-size: 15px; padding: 10px 22px; background-color: #18f4eb; color: black; cursor: pointer; width: auto; height: auto; border-radius: 10px; } .mycenter{ display: flex; align-items: center; justify-content: center; }


Here is the Html Code For Seventh Button

<div class="center">
 <a href="https://techiesameer.blogspot.com/" >
<button class="button7">Download Now</button>
</a>
</div>

How To Link File, Songs Or Documents In Blogger - Click Here

Please Comment

Post a Comment (0)
Previous Post Next Post