+ 1
How can i change size of button in HTML or CSS?
plz, tell me how change size of button
3 Respostas
+ 6
By changing the width and height attribute in the CSS, you should be able to change the size of the button to however large you would like.
+ 2
If it is the one in your public code, try giving it a class and then styling it from css if the usual way doesnt work
+ 2
Just like pictures or boxes, you can modify a button' s size by using the height and width attributes. You can even modify it's color. Just do it the same way you'd modify another tag.