Html site 2 5/1/2017


SUBMITTED BY: canonical

DATE: May 2, 2017, 1:11 a.m.

FORMAT: HTML

SIZE: 3.4 kB

HITS: 247

  1. If you want more of my pastes visit: https://randompaste.000webhostapp.com/index.html
  2. --------------------------------------------------------------------------------------
  3. <!DOCTYPE html>
  4. <html lang="en-us">
  5. <meta charset="utf-8" />
  6. <head>
  7. <title>Free HTML5 CSS3 Responsive Login Signup Form</title>
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <style>
  10. @import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
  11. @import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
  12. *{margin:0; padding:0}
  13. body{background:#294072; font-family: 'Source Sans Pro', sans-serif}
  14. .form{width:400px; margin:0 auto; background:#1C2B4A; margin-top:150px}
  15. .header{height:44px; background:#17233B}
  16. .header h2{height:44px; line-height:44px; color:#fff; text-align:center}
  17. .login{padding:0 20px}
  18. .login span.un{width:10%; text-align:center; color:#0C6; border-radius:3px 0 0 3px}
  19. .text{background:#12192C; width:90%; border-radius:0 3px 3px 0; border:none; outline:none; color:#999; font-family: 'Source Sans Pro', sans-serif}
  20. .text,.login span.un{display:inline-block; vertical-align:top; height:40px; line-height:40px; background:#12192C;}
  21. .btn{height:40px; border:none; background:#0C6; width:100%; outline:none; font-family: 'Source Sans Pro', sans-serif; font-size:20px; font-weight:bold; color:#eee; border-bottom:solid 3px #093; border-radius:3px; cursor:pointer}
  22. ul li{height:40px; margin:15px 0; list-style:none}
  23. .span{display:table; width:100%; font-size:14px;}
  24. .ch{display:inline-block; width:50%; color:#CCC}
  25. .ch a{color:#CCC; text-decoration:none}
  26. .ch:nth-child(2){text-align:right}
  27. /*social*/
  28. .social{height:30px; line-height:30px; display:table; width:100%}
  29. .social div{display:inline-block; width:42%; color:#eee; font-size:12px; text-align:center; border-radius:3px}
  30. .social div i.fa{font-size:16px; line-height:30px}
  31. .fb{background:#3B5A9A; border-bottom:solid 3px #036} .tw{background:#2CA8D2; margin-left:16%; border-bottom:solid 3px #3399CC}
  32. /*bottom*/
  33. .sign{width:90%; padding:0 5%; height:50px; display:table; background:#17233B}
  34. .sign div{display:inline-block; width:50%; line-height:50px; color:#ccc; font-size:14px}
  35. .up{text-align:right}
  36. .up a{display:block; background:#096; text-align:center; height:35px; line-height:35px; width:50%; font-size:16px; text-decoration:none; color:#eee; border-bottom:solid 3px #006633; border-radius:3px; font-weight:bold; margin-left:50%}
  37. @media(max-width:480px){ .form{width:100%}}
  38. </style>
  39. </head>
  40. <body>
  41. <div class="form">
  42. <div class="header"><h2>Sign In</h2></div>
  43. <div class="login">
  44. <form action="">
  45. <ul>
  46. <li>
  47. <span class="un"><i class="fa fa-user"></i></span><input type="text" required class="text" placeholder="Username"/></li>
  48. <li>
  49. <span class="un"><i class="fa fa-lock"></i></span><input type="password" required class="text" placeholder="Password"/></li>
  50. <li>
  51. <input type="submit" value="Sign Up" class="btn">
  52. </li>
  53. <li><div class="span"><span class="ch"><input type="checkbox" id="r"> <label for="r">Remember Me</label> </span> <span class="ch"><a href="#">Forgot Password?</a></span></div></li>
  54. </ul>
  55. </form>
  56. </div><br/>
  57. <div class="sign">
  58. <div class="need">Need new account ?</div>
  59. <div class="up"><a href="">Sign Up</a></div>
  60. </div>
  61. </div>
  62. </body>
  63. </html>

comments powered by Disqus