Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewpoint" content="width=device-width, initial-scale=1.0" />
- <link
- href="https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap"
- rel="stylesheet"
- />
- <link rel="stylesheet" href="neu.css" />
- <title>Login Form</title>
- </head>
- <body>
- <div class="container">
- <div class="brand-logo"></div>
- <div class="brand-title">Code with Akin</div>
- <div class="sub-title">On Twitter!</div>
- <div class="inputs">
- <label>Username</label>
- <input type="email" placeholder="eg@Umehvic222" />
- <label>Password</label>
- <input type="password" placeholder="Min 8 charaters long" />
- <button type="submit">Login</button>
- </div>
- <a href="https://twitter.com/umehvic">MADE BY VICTOR</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement