Advertisement
victorumeh

neumorph form

Feb 15th, 2022
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="UTF-8" />
  5.     <meta name="viewpoint" content="width=device-width, initial-scale=1.0" />
  6.     <link
  7.      href="https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap"
  8.      rel="stylesheet"
  9.    />
  10.  
  11.     <link rel="stylesheet" href="neu.css" />
  12.     <title>Login Form</title>
  13.   </head>
  14.   <body>
  15.     <div class="container">
  16.       <div class="brand-logo"></div>
  17.       <div class="brand-title">Code with Akin</div>
  18.       <div class="sub-title">On Twitter!</div>
  19.       <div class="inputs">
  20.         <label>Username</label>
  21.         <input type="email" placeholder="eg@Umehvic222" />
  22.         <label>Password</label>
  23.         <input type="password" placeholder="Min 8 charaters long" />
  24.         <button type="submit">Login</button>
  25.       </div>
  26.       <a href="https://twitter.com/umehvic">MADE BY VICTOR</a>
  27.     </div>
  28.   </body>
  29. </html>
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement