Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <div class="page-header">
  2. <em>Input & Button Groups</em>
  3. </div>
  4.  
  5. <div class="col-sm-10 col-sm-offset-2">
  6. <div class="input-group form-group">
  7. <input type="text" class="form-control"/>
  8. <span class="input-group-btn">
  9. <button type="button" class="btn btn-primary">Go!</button>
  10. </span>
  11. </div>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement