Advertisement
Guest User

Untitled

a guest
Nov 12th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <div class="fitnessApp">
  2.  
  3. <!-- Main Menu Div -->
  4. <div class="flex-center flex-column">
  5. <h3 class="animated fadeIn mb-3">Hi Babe.</h3>
  6. </div>
  7.  
  8. <!-- Bottom 5 Buttons -->
  9. <div class="btn-group btn-group-toggle d-flex flex-column flex-md-row" data-toggle="buttons">
  10. <label class="btn btn-light-blue"><i class="fa fa-magic"></i>
  11. <input type="checkbox" autocomplete="off">
  12. </label>
  13. <label class="btn btn-light-blue"><i class="fa fa-magic"></i>
  14. <input type="checkbox" autocomplete="off">
  15. </label>
  16. <label class="btn btn-light-blue"><i class="fa fa-magic"></i>
  17. <input type="checkbox" autocomplete="off">
  18. </label>
  19. <label class="btn btn-light-blue"><i class="fa fa-magic"></i>
  20. <input type="checkbox" autocomplete="off">
  21. </label>
  22. <label class="btn btn-light-blue"><i class="fa fa-magic"></i>
  23. <input type="checkbox" autocomplete="off">
  24. </label>
  25. </div>
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement