Answers for "how to incresase text size in button"

4

change button size css

.test{
    height:200px;
    width:200px;
}
Posted by: Guest on April-20-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

Browse Popular Code Answers by Language