Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <div id="inline-form-container">
  2. <form class="form-inline">
  3. <div class="form-group">
  4. <label for="email3">Email address</label>
  5. <input type="email" placeholder="Enter email" id="email3" class="form-control">
  6. </div>
  7.  
  8. <div class="form-group">
  9. <label for="password3">Password</label>
  10. <input type="password" placeholder="Password" id="password3" class="form-control">
  11. </div>
  12.  
  13. <div class="checkbox">
  14. <input type="checkbox" id="checkbox1">
  15. <label for="checkbox1">
  16. Remember me
  17. </label>
  18. </div>
  19.  
  20. <button class="btn btn-white" type="submit">Sign in</button>
  21. </form>
  22. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement