Answers for "how to add space between navigation buttons html"

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

Code answers related to "how to add space between navigation buttons html"

Browse Popular Code Answers by Language