Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Welcome To SignUp</title>
  5. <link rel="stylesheet" href="style.css">
  6. <meta charset="utf-8">
  7. </head>
  8. <body>
  9. <div id="login-box"
  10. <div class="left-box">
  11. <h1>Sign Up</h1>
  12.  
  13. <input type="text" name="username" placeholder="Username"/>
  14. <input type="text" name="email" placeholder="Email"/>
  15. <input type="password" name="password" placeholder="Password"/>
  16. <input type="password" name="password2" placeholder="Retype Password"/>
  17. <input type="submit" name="signup-button" value="Sign Up"/>
  18. </div>
  19. <div class="right-box">
  20. <span class="signwith">Sign in with<br/>Social Network</span>
  21.  
  22. <button class="social facebook">Log in with Facebook</button>
  23. <button class="social twitter">Log in with Twitter</button>
  24. <button class="social google">Log in with Google+</button>
  25. </div>
  26. <div class="or">OR</div>
  27. </div>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement