how to make buttons side by side html

53

how to make buttons side by side html -

.buttons {
  width: 50px;
  margin: 0 auto;
}

.action_btn {
  display: inline-block;
  width: calc(50% - 4px);
  margin: 0 auto;
}

Comments

Submit
0 Comments