button width in html code example
Example 1: button size html
<button style="height:40px; width:40px;">Press Me</button>
Example 2: html button size
transform: scale(4); /* This will make the component 4 times bigger */
<button style="height:40px; width:40px;">Press Me</button>
transform: scale(4); /* This will make the component 4 times bigger */