Answers for "how to space between two buttons in the same line"

2

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
0

align two buttons in same line

div#frm *{display:inline}
Posted by: Guest on May-16-2021

Code answers related to "how to space between two buttons in the same line"

Browse Popular Code Answers by Language