Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <section class=container>
  2. <div class="row">
  3. <div class="col-xs-12 text-center">
  4. <h1> Click the BUTTON in the bottom of the Pen</h1>
  5. </div>
  6. </div>
  7. </section>
  8.  
  9.  
  10.  
  11. <section id="fixed-form-container">
  12. <div class="button">Click Me!</div>
  13. <div class="body">
  14. <div class="form-group">
  15. <label for="email">Email address:</label>
  16. <input type="email" class="form-control" id="email">
  17. </div>
  18. <div class="form-group">
  19. <label for="pwd">Password:</label>
  20. <input type="password" class="form-control" id="pwd">
  21. </div>
  22. <div class="checkbox">
  23. <label><input type="checkbox"> Remember me</label>
  24. </div>
  25. <button type="submit" class="btn btn-default">Submit</button>
  26. </div>
  27. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement