how to make a button on blogger

I learned to modify a button on each article so many ways and models to my liking, but I am more pleased with the results themselves, even though there are so many ways to look perfect and take quite a long time with only a line of self-monitoring codes that make me confused because it doesn't have a programmer's background but I'm happy with the world of programming and coding.

make a button on blogger
Button Blogger

At least I share a button model display with some additional variations of some code.
1. Model One (without any effect)
 


Script Code:

<button class="button"><b><span style="font-family: &quot;trebuchet ms&quot; , sans-serif;"><i class="fa fa-eye fa-lg"></i>Education Fresh</span></b></button>

2. Second Model (Single Link)



Script Code:

<a href="https://www.educationfresh.com/"><button class="button"><b><span style="font-family: &quot;trebuchet ms&quot; , sans-serif;"><i class="fa fa-eye fa-lg"></i>Education Fresh</span></b></button></a>

3. Third model (New Tab)
   


Script Code

<a href="https://www.educationfresh.com/" target="_blank"><button class="button"><b><span style="font-family: &quot;trebuchet ms&quot; , sans-serif;"><i class="fa fa-eye fa-lg"></i>Education Fresh</span></b></button></a>

Warning: if the css button is missing then copy the following script code 

I add make a submit button or button with CSS effects. And follow the steps as follows:
First you enter the code below, save it directly above </body>



Then for you to use the button in your article. You just simply enter the code below then you edit it according to your own needs.

Good Luck.

Post a Comment

0 Comments