Answers for "hoy to put a button with only the size of the text css"

0

change button size css

.test{
    height:200px;
    width:200px;
}
Posted by: Guest on April-20-2021
2

css size button

button {
  font-size: 20px; /* Put your wanted size for your button here*/
}
Posted by: Guest on November-21-2020

Code answers related to "hoy to put a button with only the size of the text css"

Browse Popular Code Answers by Language