Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #buttons #side #side #html
ADD COMMENT
Topic
Name
7+9 =