×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: HTML
Posted by: too busy
Added: Nov 27, 2017 7:30 PM
Views: 2642
Tags: bootstrap4
  1. <!--
  2. ### Functional CSS
  3. btn-group
  4. btn-group-lg
  5. btn-group-sm
  6. btn-group-vertical
  7. btn-toolbar
  8. -->
  9.  
  10. <div class="btn-group" role="group" aria-label="Basic example">
  11.   <button type="button" class="btn btn-secondary">Left</button>
  12.   <button type="button" class="btn btn-secondary">Middle</button>
  13.   <button type="button" class="btn btn-secondary">Right</button>
  14. </div>