FB LOGIN PAGE HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="tbox">
<h1 class="fb">Facebook</h1>
<p>Facebook helps you connect and share with the people in your life</p>
</div>
<div class="bbox">
<input type="text" placeholder="Email address or phone number">
<input type="text" placeholder="Password">
<button class="Login">Log in</button>
<a href="" class="link">Forget Password </a>
<button class="Create-New-Account">Create New Account</button>
</div>
</body>
</html>
Comments
Post a Comment