make a button smaller css code example
Example 1: css size button
button {
font-size: 20px; /* Put your wanted size for your button here*/
}
Example 2: change button size css
.test{
height:200px;
width:200px;
}
button {
font-size: 20px; /* Put your wanted size for your button here*/
}
.test{
height:200px;
width:200px;
}