Answers for "html align two buttons horizontally"

4

how to align 2 buttons in a div

<div style="margin: 0 auto; width: 656px; text-align: center;">
Posted by: Guest on June-16-2020
0

horizontally align button

.download-button {
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    width: 130px;
    margin: 10px auto 0px auto;
}​
Posted by: Guest on February-10-2022

Code answers related to "html align two buttons horizontally"

Browse Popular Code Answers by Language