button width based on text css code example
Example 1: css size button
button {
font-size: 20px; /* Put your wanted size for your button here*/
}
Example 2: button width based on text csss
Remove the width and display: block and then add display: inline-block to the button.