Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="hu">
  3. <title>kamufreemail</title>
  4. <style>
  5. body {font-family: Arial, Helvetica, sans-serif;}
  6.  
  7. form {
  8. border: 0px solid #f1f1f1;
  9. font-family: Arial;
  10. }
  11.  
  12. .container {
  13. border: 3px solid #f1f1f1;
  14. padding: 20px;
  15. background-color: #FFFFFF;
  16. width: 15%;
  17. margin-left: 400px;
  18. }
  19.  
  20. input[type=text], input[type=submit],input[type=password] {
  21. width: 100%;
  22. padding: 12px;
  23. margin: 8px 0;
  24. display: inline-block;
  25. border: 1px solid #ccc;
  26. box-sizing: border-box;
  27. }
  28.  
  29. input[type=checkbox] {
  30. margin-top: 16px;
  31. }
  32.  
  33. input[type=submit] {
  34. background-color: #00BFFF;
  35. color: white;
  36. border: none;
  37. width: 140px;
  38. }
  39.  
  40. input[type=submit]:hover {
  41. opacity: 0.8;
  42. }
  43. </style>
  44. <body>
  45.  
  46. <form action="/action_page.php">
  47. <div class="container">
  48. <h2>center:Fake-mail</h2>
  49. </div>
  50.  
  51. <div class="container" style="background-color:white">
  52. <input type="text" placeholder="Felhasznalonev" name="name" required>
  53. <input type="password" placeholder="Jelszo" name="mail" required>
  54. <label>
  55. <input type="checkbox" checked="checked" name="subscribe"> Maradjon bejelentkezve
  56. </label>
  57. </div>
  58.  
  59. <div class="container">
  60. <input type="submit" value="Bejelentkezes">
  61. <input type="submit" value="Regisztralok">
  62. </div>
  63. </form>
  64.  
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement