What's new

Tutorial How to make buttons for Blogger

valensyh

Enthusiast
Joined
Jun 27, 2023
Posts
49
Reaction
41
Points
38
This time I will give you how to make Download and Demo buttons on the Blog. These two buttons usually work for template download sites.These buttons are also useful for beautifying your posts, the steps are as follows:

1.The first step please login to your Blogger account

2. Step Two please click New Entry on the posting menu

3. The third step is to cross you. Click on the HTML menu next to the Compose menu

4. The fourth step, please copy the code below that has been provided and paste it into your post 👇🏼

HTML:
<br/>
<style>
.buttonx{display:inline-flex;cursor:pointer;font-size:13px;font-weight:bold;text-transform:uppercase;box-shadow:0 1px 2px rgba(0,0,0,.2);color:#FFF!important;border:2px solid #FFF!important;background-color:#0070b0!important;background:0;margin:5px 0;padding:8px 25px;text-shadow:none!important;transition:all 0s!important}
.buttonx:hover{background-color:#f78d1d!important;background:0}
.buttonx:active{position:relative;top:1px}
</style>
<br/>
<div style="margin: 10px 0; text-align: center;">
<a class="buttonx" href="https://tutorialapasaja-go.eu.org" target="_blank">MyBlog</a>
<a class="buttonx" href="https://tutorialapasaja-go.eu.org" target="_blank">Download</a><br/>
&nbsp;
</div>
 
Last edited:
English please.

Ncaa Football Please GIF by ESPN College Football
 

Similar threads

Back
Top