Advertisement
Guest User

Untitled

a guest
May 24th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <body class="align">
  2.  
  3. <div class="grid">
  4.  
  5. <form action="/" method="post" class="form login">
  6.  
  7. <header class="login__header">
  8. <h3 class="login__title">Login</h3>
  9. </header>
  10.  
  11. <div class="login__body">
  12.  
  13. <div class="form__field">
  14. <input type="email" placeholder="Email" required>
  15. </div>
  16.  
  17. <div class="form__field">
  18. <input type="password" placeholder="Password" required>
  19. </div>
  20.  
  21. </div>
  22.  
  23. <footer class="login__footer">
  24. <input type="submit" value="Login">
  25.  
  26. <p><span class="icon icon--info">?</span><a href="#"> Forgot</a>
  27. <p><span class="icon icon--info">?</span><a href="#"> Regiester</a>
  28. </p>
  29. </footer>
  30.  
  31. </form>
  32.  
  33. </div>
  34.  
  35. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement