Top Stylish Download button html code for Blogger [New Look]

How to add download button in blogger - Top Stylish Download button html code for Blogger, html download button with css, download button html code with css, how to add button in bloogger, Add button in blogger, download button html code for blogger.

Adding the Stylish Download button in blogger is more easy. On the off chance that you make them code (HTML and CSS) information you can do it without any problem.

Assuming you make a basic download button or any button on the blogger stage with the assistance of <button>...</button> labels then the button doesn't look alluring however on the off chance that you add some CSS for it, that the button turns out to be more appealing.

Here you will get to see the 5 best classy download buttons for your blogger website. You simply have to just add its CSS in your blogger subject after that at whatever point you will make a button on your blogger site then those buttons will look more alluring than previously.


How To Add Custom Css In Blogger

Top Stylish Download button html code for Blogger

To add CSS, over and over, to make the new download button on your site page then you need to save its CSS code in your blogger subject and after that at whatever point you will make a download button on any post around then you won't have to compose its CSS + HTML code, for making another button you simply have to compose HTML code as it were.

Here is simple step for adding CSS to blogger -

1. First of all, Open your blogger dashboard then click on the "Theme" option

2. Click On "CUSTOMISEoption.

3. Go To The "Advanced" Option.

4. Then Go to "Add Css"  And Paste Here Any One CSS code.

And The Html code paste where You want to download button.


Top Stylish Download Button Html Code With Css

1. First Button

- Here is the CSS code -

.mybutton1{
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;
}
.mycenter{
display: flex;
align-items: center;
justify-content: center;
}
- Here is the HTML code for the Button -
<div class="mycenter">
<a href="https://www.naviera101.com" >
<button class="mybutton1">Download Now</button>
</a>
</div>

2. Second Button

- Here is the CSS code -

.mybutton2{
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 the button -

<div class="mycenter">
<a href="https://www.naviera101.com" >
<button class="mybutton2">Download Now</button>
</a>
</div>

3. Third Button

- Here is the CSS code -

.mybutton3{
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;
}

- Here is the HTML code for the button -

<div class="mycenter">
<a href="https://www.naviera101.com" >
<button class="mybutton3">Download Now</button>
</a>
</div>

4. Fourth Button

- Here is the CSS code -

.mybutton4{
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;
}
.mybutton4:hover{
opacity: 1;
}

- Here is the HTML code for the button -

<div class="mycenter">
<a href="https://www.naviera101.com" >
<button class="mybutton4">Download Now</button>
</a>
</div>

5. Fifth Button

- Here is the CSS code -

.mybutton5{

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;
}
.mybutton5:hover{
background-color: #ff0000
}

- Here is the HTML code for the button -

<div class="mycenter">
<a href="https://www.naviera101.com" >
<button class="mybutton5">Download Now</button>
</a>
</div>

If You Face any Problem, Please Comment on this post. 

Lokesh Yogi

Hello, I Am Lokesh Yogi. I Am Owner Of Tricky Lokesh Website. I Am From Ajmer. I Am Student Of Website Design And Developing. I am Studying at Jaipur.

1 Comments

Please Share Your Feedback.

Previous Post Next Post

Contact Form