![]() |
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: "trebuchet ms" , 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: "trebuchet ms" , 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: "trebuchet ms" , 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.
0 Comments