Answers for "make button take size of text"

5

button size html

<button style="height:40px; width:40px;">Press Me</button>
Posted by: Guest on March-31-2021
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

Code answers related to "make button take size of text"

Browse Popular Code Answers by Language