HTMLify

paren.html
Views: 180 | Author: dakshbadal1379
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nuni
to:ital,wght@0,200..1000;1,200..1000&family=Urbanist:wght@100..900&display=swap" rel="stylesheet">
    
    <link type="text/css" href="pareny.css" rel="stylesheet">
</head>
<body>
    <div class="circle-blue"></div>
    <div class="login-container">
        <form action="">
            
                <div class="flexi">
                <h1>Login Here</h1><br>
                <label for="">Username</label><br>
                <input type="text" placeholder="Email or Phone"><br>
                <label for="">Password</label><br>
                <input type="password" placeholder="Password"><br><br>
                <button>Log In</button>
            </div>

            
        </form>
    </div>
    <div class="circle-orange"></div>
</body>
</html>

Comments