Answers for "html button spacing"

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

Browse Popular Code Answers by Language