Advertisement
ndburrus

Label Bootstrap Wells @Trcer

Sep 2nd, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. // @Trcer
  2. // Label Bootstrap Wells
  3.  
  4.  
  5. <div class="container-fluid">
  6. <h3 class="text-primary text-center">jQuery Playground</h3>
  7. <div class="row">
  8. <div class="col-xs-6">
  9.  
  10. <-- <div class="well">
  11. we need to replace the above with
  12. <h4>#left-well</h4>
  13. <div class="well" id="left-well">
  14. for for the left well. -->
  15.  
  16.  
  17. <button class="btn btn-default target"></button>
  18. <button class="btn btn-default target"></button>
  19. <button class="btn btn-default target"></button>
  20. </div>
  21. </div>
  22. <div class="col-xs-6">
  23.  
  24. <-- <div class="well">
  25. we need a similar structure for the right well. (so remove the above)
  26. <h4>#right-well</h4>
  27. <div class="well" id="right-well"> -->
  28.  
  29. <button class="btn btn-default target"></button>
  30. <button class="btn btn-default target"></button>
  31. <button class="btn btn-default target"></button>
  32. </div>
  33. </div>
  34. </div>
  35. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement