Answers for "change size of button in html"

0

change button size css

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

html button size

transform: scale(4); /* This will make the component 4 times bigger  */
Posted by: Guest on July-28-2020

Code answers related to "change size of button in html"

Browse Popular Code Answers by Language