fit text in button css code example
Example 1: text size to fit button
/*I have absolutely no idea how to do this properly*/
/*The closest I can do is - */
/*Make the text just right, trial and error with:*/
text-align: center;
font-size: 20px;
Example 2: button width based on text csss
Remove the width and display: block and then add display: inline-block to the button.