Answers for "how to increase space inside buttons in css"

1

how to add space between buttons

<div class='myDiv'>
    <button style='margin-right:16px'>Button 1</button>
    <button style='margin-right:16px'>Button 2</button>
    <button>Button 3</button>
</div>
Posted by: Guest on September-27-2021
1

how to space out buttons css

.yourClass{margin-left:100px;}
Posted by: Guest on May-02-2020

Code answers related to "how to increase space inside buttons in css"

Browse Popular Code Answers by Language