JQuery login box effect 4

From , 3 Years ago, written in JavaScript, viewed 142 times.
URL https://pastebin.vip/view/43ec517d
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>jquery登录框特效4</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: #7f9b4e url(images/bg2.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-4">
  27.       <h1>Login or Register</h1>
  28.       <p>
  29.         <label for="login">Username or email</label>
  30.         <input type="text" name="login" placeholder="Username or email" required>
  31.       </p>
  32.       <p>
  33.         <label for="password">Password</label>
  34.         <input type="password" name='password' placeholder="Password" required>
  35.       </p>
  36.       <p>
  37.         <input type="submit" name="submit" value="Continue">
  38.       </p>
  39.     </form>
  40.   </section>
  41. </div>
  42. </body>
  43. </html>

Reply to "JQuery login box effect 4"

Here you can reply to the paste above

captcha

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