Guest User

Untitled

a guest
Aug 11th, 2017
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <body>
  5.  
  6.  
  7.  
  8. <div style="background-color:powderblue;color:white;padding:20px;">
  9. <style>
  10. myHero {
  11. display: block;
  12. background-color: #0000FF;
  13. padding: 100px;
  14. font-size: 20px;
  15. }
  16.  
  17. </style>
  18. <myhero>
  19. <form action="/action_page.php" method="post">
  20.  
  21. <h1><span style="color:white">Sign In</span></h1>
  22. Username:<br>
  23. <input type="text" name="username">
  24. <br>
  25. Password:<br>
  26. <input type="text" name="password">
  27. <br>
  28. <p>The characters in a password field are masked (shown as asterisks or circles).</p>
  29.  
  30. <input type="submit" value="login">
  31. <br><br>
  32.  
  33. <input type="radio" name="Remember Me"> Remember Me <a span style="color:white" href="https://www.w3schools.com/html/">Forgot Password?</a><br><br>
  34. <input type="submit" value="login With FaceBook">
  35. <input type="submit" value="login With Twitter">
  36. <br><br>
  37. <a span style="color:white" href="https://www.w3schools.com/html/">Need new account?</a>
  38. <br><br>
  39.  
  40.  
  41. </form>
  42.  
  43. </body>
  44. </html>
Add Comment
Please, Sign In to add comment