+ 1

How can i change size of button in HTML or CSS?

plz, tell me how change size of button

4th Apr 2018, 4:29 PM
Илья Гамзаев
Илья Гамзаев - avatar
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.
4th Apr 2018, 4:31 PM
Faisal
Faisal - avatar
+ 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
4th Apr 2018, 5:01 PM
Memphis Reigns
Memphis Reigns - avatar
+ 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.
5th Apr 2018, 12:49 AM
Babydoll Scripts
Babydoll Scripts - avatar