reduce button size code example
Example 1: change button size css
.test{
height:200px;
width:200px;
}
Example 2: html button size
transform: scale(4); /* This will make the component 4 times bigger */
.test{
height:200px;
width:200px;
}
transform: scale(4); /* This will make the component 4 times bigger */