<head> <html> <title> Facebook-Login or Signup </title> <link rel="icon" href="facebook.png"> <link rel="stylesheet" href="style.css"> </head> <body> <h1> facebook </h1> <h2> Connect with friends and the world <br> around you on Facebook </h2> <div class="box"> <form action="#index.html" class="cover"> <input type="text" placeholder="Email or Phone Number"><br> <input type="password" placeholder="password"><br> <button class="Login"> Log In </button> <p> Forget Password ? </p><br> <hr> <button class="Create"> Create New Account </button> </form> </div> <div class="Lasttext"> <b> Create a page </b> for a celebrity, band or business </div> </body> </html>
fact_reddit_stories
*{
margin: 0px;
padding: 0px;
background-color: #f0f2f5;
}
h1{
color: #1877f2;
font-size: 58px;
font-family: sans-serif;
margin-top: 230px;
margin-left: 130px;
}
h2{
color: black;
font-size: 30px;
font-family: sans-serif;
font-weight: normal;
margin-left: 130px;
}
.box{
height: 350px;
width: 420px;
background-color: white;
float: right;
margin-top: -210px;
margin-right: 150px;
border-radius: 8px;
box-shadow: 0-6px 0 #fff, 0 1px 6px rgba(0, 0, 0, .35);
}
.cover{
background-color: white;
padding: 20px;
}
input{
width: 330px;
padding: 15px;
margin-top: 13px;
margin-left: 10px;
font-size: 17px;
border-radius: 8px;
border: 1px solid #dddfe2;
background-color: white;
}
button.login{
width: 360px;
font-size: 20px;
font-weight: bold;
padding: 12px;
margin-top: 15px;
margin-left: 12px;
border-radius: 8px;
border: none;
background-color: #1877f2;
color: white;
}
p{
color: #1877f2;
font-family: sans-serif;
text-align: center;
font-size: 14px;
margin-top: 15px;
background-color: white;
}
button.create{
width: 230px;
font-size: 17px;
font-weight: bold;
padding: 13px;
margin-top: 15px;
margin-left: 74px;
border-radius: 8px;
border: none;
background-color: #42b72a;
color: white;
}
.lasttext{
margin-top: 160px;
margin-left: 840px;
font-family: sans-serif;
}
2 years ago | [YT] | 1
View 0 replies
fact_reddit_stories
<head>
<html>
<title> Facebook-Login or Signup </title>
<link rel="icon" href="facebook.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1> facebook </h1>
<h2> Connect with friends and the world <br> around you on Facebook </h2>
<div class="box">
<form action="#index.html" class="cover">
<input type="text" placeholder="Email or Phone Number"><br>
<input type="password" placeholder="password"><br>
<button class="Login">
Log In
</button>
<p> Forget Password ? </p><br>
<hr>
<button class="Create">
Create New Account
</button>
</form>
</div>
<div class="Lasttext">
<b> Create a page </b> for a celebrity, band or business
</div>
</body>
</html>
2 years ago | [YT] | 1
View 0 replies