Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions facebook-loignpage-clone/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>login-page-facebook</title>

</head>
<style>
h1{
font-family: inherit;
color: #0d67fa;
text-align: center;
font-size: 50px;

}
.login-heading{
font-family: inherit;
font-size: 18px;
line-height: 22px;
text-align: center;
text-transform:capitalize;
}
.container{
padding: 25px;
text-align: center;
/* border-style: solid ; */
background: #fff;
border-style:outset;
border-radius: 10px;
margin-right: 400px;
margin-left: 400px;


}
button{

background:#0d67fa;
color: white;
width: 180px;
height: 40px;
}
body{
background: #f0f2f5;

}
a{
padding: 2px;
text-decoration: none;
color:#0d67fa
}

</style>
<body>

<h1>facebook</h1>
<div class="container">
<div id="header-block">
<span class="login-in-to-facebook">
<div class="login-heading">Login in to facebook</div>
</span>
</div>
<br>

<input type="text" name="user" placeholder="Email address or phone number">
<br>
<br>
<input type="password" name="password" placeholder="Password">
<br><br>
<button type="submit">Log In</button><br><br>
<a href="#" >Forgotten account?</a>
<a href="#" >Sign up for Facebook</a>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions facebook-loignpage-clone/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![image](https://user-images.githubusercontent.com/94219488/194267934-5fc8c515-3206-41f1-b99b-787f896eaa74.png)