how to make size of a button adjustable to size of its text in 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;
}