Answers for "bootstrap button group active background color"

0

Group Buttons in Bootstrap Red Yellow Green

<div class="btn-group" role="group" aria-label="Basic outlined example">
  <button type="button" class="btn btn-outline-primary">Left</button> 
  <button type="button" class="btn btn-outline-primary">Middle</button>
  <button type="button" class="btn btn-outline-primary">Right</button>
</div>
Posted by: Guest on April-05-2022

Code answers related to "bootstrap button group active background color"

Browse Popular Code Answers by Language