BYE THE BLUETOOTH EAREPHONE LINK ππ» buy this earephone Also visit my storeππ» https://amzn.to/3jnXio8 Samsung Galaxy M42 5G (Prism Dot Black, 8GB RAM, 128GB Storage) ππ» https://amzn.to/3ymO5jW Studd Halmets https://amzn.to/3sTTxcY Boya m1 mic = https://amzn.to/38F5qu5 Bluethooth boat 210 https://amzn.to/2ZfvlHp Cap https://amzn.to/3EvQMnA Sport shoe https://amzn.to/3kE3zwk
- Get link
- X
- Other Apps
HERE IS FACEBOOK LOGIN TEMPLET
COPY THIS HTML CSS CODE---
<!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>FACEBOOK LOGIN</title>
</head>
<body>
<section class="sec">
<div class="head">
<h2>Facebook</h2>
</div>
<div class="login">
<form action="" method="get">
<span>email or mobile number</span>
<input type="text" required>
<span>password</span>
<input type="password" required>
<button type="submit">Log In</button>
</form>
<button type="submit" class="button">Create New Account</button>
</div><br><br><br><br>
<div class="content">
<span><a href="">Forgot your password?</a></span>
<span><a href="">Language</a></span>
<span><a href="">Help</a></span>
</div>
<div class="footer">
<span><a href="">Help</a></span>
<span><a href="">Exit</a></span>
</div>
</section>
</body>
</html>
<style>
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
}
body
{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.9);
height: 100vh;
width: 100%;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.sec
{
height: 90%;
width: 55%;
background-color: rgb(221, 221, 221);
position: relative;
}
.head
{
height: 5vh;
width: 100%;
background-color:#4267B2;
display: flex;
justify-content: center;
align-items: center;
}
.head h2
{
color: seashell;
font-weight: 600;
}
.login
{
height: 250px;
background-color: rgb(248, 245, 245);
box-shadow: 0px 6px 3px grey;
}
form
{
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
form span
{
margin-bottom: 6px;
margin-left: 5px;
text-transform: capitalize;
font-size: 19px;
font-weight:600;
color: rgb(83, 81, 81);
}
form input
{
margin: 0px 5px 12px 5px;
height: 50px;
background-color: rgb(237, 237, 241);
outline: none;
border:none;
border: 1px solid gray;
font-size: 19px;
transition: 0.4s;
}
form input:focus
{
border: none;
outline: 2px solid rgb(34, 141, 248);
box-shadow: 0px 3px 8px;
}
form button
{
height: 50px;
background-color: rgb(34, 141, 248);
margin: 0px 5px 9px 5px;
border: none;
color: whitesmoke;
font-weight: 700;
font-size: 17px;
cursor: pointer;
}
.button
{
padding: 14px;
width: 98%;
margin-top: 32px;
margin-left: 5px;
color:#274986;
font-weight: 600;
font-size: 19px;
cursor: pointer;
}
.content
{
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.content span a
{
color: #274986;
font-size: 19px;
font-weight: 600;
line-height: 53px;
cursor: pointer;
}
.footer
{
height: 7vh;
width: 100%;
background-color: #4267B2;
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
bottom: 0;
}
.footer span a
{
color: honeydew;
font-weight: 600;
padding: 9px;
cursor: pointer;
}
</style>
THANK YOU GIVE YOUR FEEDBACK❤
CSS
css3
facebook
facebooktemplete
free
free TEMPLATE
HTML
html5
JS
social icons
source code
tech
technology
web designing
web development
youtube
- Get link
- X
- Other Apps
ads
Popular posts from this blog
HELLO TO ALL HERE IS WHATSAPP TAMPLET USING HTML AND CSS follow me at instagram - https://www.instagram.com/_avi_bisht777_/ 1- COPY THIS HTML CODE <! 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" > < link rel = "stylesheet" href = "https://stackpath.bootstrapcdn.com/ font-awesome /4.7.0/css/font-awesome.min.css" > < link rel = "stylesheet" href = "whatsapp.css" > < title > WhatsApp </ title > </ head > < body > < container id = "main" > < div class = "inner-box" > < h3 > WhatsApp </ h3 > < div class = "icon"
HERE IS FACEBOOK CLONE TEMPLET PLEASE GIVE US YOUR GREATEFULL FEEDBACK COPY THIS HTML CSS CODE PLEASE CUSTOMIZE ALL ICONS FONTS IMAGES WITH YOUR CHOICE <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Facebook</title> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"><link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"> </head> <body> <div id="container"> <div class="top_container"> <div class="logo"> <span>f</span> <div class="search"> <i class="fa fa-search" aria-hidden="true"></i> <input type="text" placeholder=&quo
Comments
Post a Comment