JQuery login box effect 3

From , 2 Years ago, written in JavaScript, viewed 126 times.
URL https://pastebin.vip/view/5401acfe
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>jquery登录框特效3</title>
  6. <link rel="shortcut icon" href="../favicon.ico">
  7. <link rel="stylesheet" type="text/css" href="css/style.css" />
  8. <!--[if lte IE 7]><style>.main{display:none;} .support-note .note-ie{display:block;}</style>
  9. <![endif]-->
  10. <style>
  11. body {
  12.         background: #563c55 url(images/blurred.jpg) no-repeat center top;
  13.         -webkit-background-size: cover;
  14.         -moz-background-size: cover;
  15.         background-size: cover;
  16. }
  17. .container > header h1, .container > header h2 {
  18.         color: #fff;
  19.         text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <div class="container">
  25.   <section class="main">
  26.     <form class="form-3">
  27.       <p class="clearfix">
  28.         <label for="login">Username</label>
  29.         <input type="text" name="login" id="login" placeholder="Username">
  30.       </p>
  31.       <p class="clearfix">
  32.         <label for="password">Password</label>
  33.         <input type="password" name="password" id="password" placeholder="Password">
  34.       </p>
  35.       <p class="clearfix">
  36.         <input type="checkbox" name="remember" id="remember">
  37.         <label for="remember">Remember me</label>
  38.       </p>
  39.       <p class="clearfix">
  40.         <input type="submit" name="submit" value="Sign in">
  41.       </p>
  42.     </form>
  43.   </section>
  44. </div>
  45. </body>
  46. </html>

Reply to "JQuery login box effect 3"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website