comment faire des boutons côte à côte html
.buttons {
width: 50px;
margin: 0 auto;
}
.action_btn {
display: inline-block;
width: calc(50% - 4px);
margin: 0 auto;
}
Healthy Heron