Button List || Button List for Blogger || Stylish Buttons || Stylish Button List for Blogger











 Button List

{tocify}$title={Table of Contents}





Information



This is made by Coding Vama with HTML and CSS.



I took a little help of internet in this.





Funtions





  • You can customise the button colors from css.

  • You can customise the quantity of buttons from html.

  • You can change the name of the buttons.

  • You can customise the tittle of each buttons

  • There is also head tittle of  all buttons.

  • You can customise the head tittle also.





Location to PASTE code



->
Paste HTML code where you want show the buttons.



-> Paste CSS code before "]]></b:skin>" at Edit Html in Blogger.









HTML





    <div class="BTNvama3">
<div class="BTNvama4">
<h1 class="vamacredits2">
<b><span>Heading of Box</span></b>
</h1>
</div>
</div>
<div class="BTNvama2">
<div class="BTNvama">
<strong class="vamacredits">First Box Heading</strong>
<button class="button-vama" role="button">
<span class="text">Button - 1</span>
</button>
</div>
<div class="BTNvama">
<strong class="vamacredits">Second Box Heading</strong>
<button class="button-vama" role="button">
<span class="text">Button - 2</span>
</button>
</div>
<div class="BTNvama">
<strong class="vamacredits">Second Box Heading</strong>
<button class="button-vama" role="button">
<span class="text">Button - 3</span>
</button>
</div>
<div class="BTNvama">
<strong class="vamacredits">Second Box Heading</strong>
<button class="button-vama" role="button">
<span class="text">Button - 4</span>
</button>
</div>
<div class="BTNvama">
<strong class="vamacredits">Second Box Heading</strong>
<button class="button-vama" role="button">
<span class="text">Button - 5</span>
</button>
</div>
</div>








CSS





<style>
/* CSS */


.vamacredits2 {
opacity: 100%;
text-align: center;
font-size: 30px;
position: relative;
font-family: arial;
font-weight: 500;
background-image:linear-gradient( 134deg, rgb(208 48 48) 11.2%, rgb(74 12 150) 65.5% );

background-clip: text;
-webkit-background-clip: text;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
filter: brightness(1.85);
}

h1.vamacredits2 {
margin-top: 20px;
}

.BTNvama4{
align-items: center;
width: auto;
padding: 1px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
background-color: rgb(5, 6, 45);
}

.BTNvama3{
align-items: center;
width: auto;
padding: 3px;
margin-bottom: -15px;
margin-right: 18px;
margin-left: 18px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
background-image: linear-gradient(45deg,#AF40FF, #5B42F3 50%,#00a6e2);

}

.BTNvama2{
align-items: center;
width: auto;
padding: 2px;
margin: 20px;
border-bottom-left-radius: 9px;
border-bottom-right-radius: 9px;
background-image: linear-gradient(45deg,#AF40FF, #5B42F3 50%,#00a6e2);

}

.vamacredits {
opacity: 100%;
margin-top: -30px;
display: block;
padding-bottom: 1.5em;
text-align: center;
font-size: 20px;
font-family: system-ui;
}

.BTNvama{
align-items: center;
background-color: rgb(235, 235, 240);
width: auto;
padding: 50px;
margin: 12px;
border-radius: 6px;

}
.button-vama {
margin: auto;
align-items: center;
background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
border: 0;
border-radius: 8px;
box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
box-sizing: border-box;
color: #FFFFFF;
display: flex;
font-family: Phantomsans, sans-serif;
font-size: 20px;
justify-content: center;
line-height: 1em;
width: auto;
padding: 3px;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: nowrap;
cursor: pointer;
}

.button-vama:active,
.button-vama:hover {
outline: 0;
}

.button-vama span {
background-color: rgb(5, 6, 45);
padding: 16px 24px;
border-radius: 6px;
width: 100%;
height: 100%;
transition: 300ms;
}

.button-vama:hover span {
background: none;
}

@media (min-width: 768px) {
.button-vama {
font-size: 24px;
min-width: 196px;
}
}
</style>




Output




Heading of Boxes






First Box Heading



Second Box Heading



Third Box Heading



Forth Box Heading



Fifth Box Heading







Keywords: Button List, Button List for Blogger, Stylish Buttons,
Stylish Button List for Blogger





Comments