Answers for "make button fit text width css"

CSS
0

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;
Posted by: Guest on October-22-2020
-2

button width based on text csss

Remove the width and display: block and then add display: inline-block to the button.
Posted by: Guest on June-22-2020

Browse Popular Code Answers by Language