Ticker

6/recent/ticker-posts

Header Ads Widget

Best stylish Download button html code for Blogger in 2022

Best stylish Download button html code for Blogger in 2022
Best stylish Download button HTML code for Blogger in 2022



Best stylish Download button HTML code for Blogger in 2022

If you are looking for a stylish "download button" to add to your blogger post, yes you can do it very easily it is not more difficult. If you have some coding (HTML and CSS) knowledge then you can do it very easily.



The button does not look much attractive If you create a simple download button or any button in your blogger post with the help of <button>...</button> tags you just need to add some CSS for it to make it more attractive.

Here you are you will get the best stylish "download buttons" for your blogger site. All you just need to simply add its CSS to your blogger theme (HTML) after that it is going to work and will look more attractive. 



How To Add CSS Code to the blogger theme?

you must Add CSS code to your Blogger Theme it is an HTML code that needs to be added in CSS into the blogger theme then it going to work. 

Here is the best and easy way to save any CSS code in your blogger theme just follow the below steps.

Step 1

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

Step 2

Now, you just have to click on the "CUSTOMISE" option. After clicking on the CUSTOMISE option you will get to see three more options likewise are Background, Advanced, and Gadgets.





Step 3

Now, you have 3 options, click on the Advanced option, and the dropdown menu will appear, and scroll down and select the 'Add CSS' option.







Step 4

Now scroll down a bit to get the CSS section where you have to paste the only CSS code just add the CSS code only for one time and click the save option (on the right bottom side).






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="itbaseprotips4u.blogspot.com>
<button class="mybutton1">Download Now</button>
</a>
</div>

 




  • You can customize the button color according to your blog theme For that purpose you have to change the color in the CSS code.
  • You add a custom link

Post a Comment

0 Comments