Answers for "two buttons side by side"

0

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;
}
Posted by: Guest on September-22-2021

Code answers related to "two buttons side by side"

Browse Popular Code Answers by Language