Create Your realtime facebook login page
Hello everybody today we will be making the facebook login page clone using html and css and php as backend
1. create an index.php file and insert the code given below..
Facebook - Log In or Sign Up
2.create a index.css and paste the code given below ...
body {
background-color: #f7f9fa;
}
.niranjan {
margin-top: 30px;
margin-left: 30px;
position: absolute;
background: rgb(255, 255, 255);
height: 260px;
width: 215px;
padding: 20px;
border-radius: 6px;
box-shadow: 0 0 8px rgba(192, 188, 188, 0.527);
}
.niranjan .btn {
height: 40px;
width: 220px;
border-radius: 6px;
border: 1px solid rgb(221, 221, 221);
}
.niranjan .btn:focus {
border: 1px solid rgba(27, 27, 177, 0.808);
}
.niranjan .loginbtn {
background-color: #1877f2;
color: white;
height: 40px;
width: 220px;
border-radius: 6px;
font-family: verdana;
border: 1px solid rgb(221, 221, 221);
}
.niranjan .link {
background: none;
text-align: center;
}
a {
text-decoration: none;
color: blue;
}
.niranjan .newaccount {
margin-left: 30px;
background-color: #42b72a;
color: white;
text-align: center;
height: 40px;
width: 150px;
border-radius: 6px;
border: 1px solid rgb(221, 221, 221);
font-weight: 700;
}
now u are all done
consider following us on youtube by clicking youtube icon at footer or at top of this page ,it will mean a lot
Comments