Answers for "button class to make it larger"

5

button size html

<button style="height:40px; width:40px;">Press Me</button>
Posted by: Guest on March-31-2021
4

change button size css

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

increasing the width size of button in bootstrap

<button type="button" class="btn btn-primary btn-lg btn-block">Block level button</button>
<button type="button" class="btn btn-secondary btn-lg btn-block">Block level button</button>
Posted by: Guest on January-28-2022

Browse Popular Code Answers by Language