HTML<!-- Created by Thu Htoo San-->
<!-- Please do not use my codes as yours! -->
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial scale=1.0">
<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css' integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
<title>Log In to Facebook | Facebook</title>
</head>
<body>
<h1>facebook</h1>
<div id="form">
<form class="form" align="center">
<input class="name" name="name" type="text" placeholder="Mobile number or email address" required/><br/>
<input class="password" name="password" type="password" placeholder="Password" minlength="6" required/><br/>
<input class="login" value="Log In" type="submit"/>
</form>
<hr color="#BDBDBD" class="hr1"/><span>or</span><hr color="#BDBDBD" class="hr2"/><br/><br/>
<button class="button">Create New Account</button>
<p><a href="#">Forgotten password?</a><span id="fullstop">.</span><a href="#">Help Centre</a></p><br/>
</div>
<div class="footer" align="left">
<ul>
<li><a href="#" class="active">English (UK)</a></li>
<li><a href="#">ภาษาไทย</a></li>
<li><a href="#">Bahasa Melayu</a></li>
<li><a href="#">Português (Brasil)</a></li>
</ul>
<ul>
<li class="my"><a href="#"><small>မြန်မာဘာသာ</small></a></li>
<li><a href="#">中文(简体)</a></li>
<li><a href="#">Español</a></li>
<li><a href="#"><i class='far'></i></a></li>
</ul>
<p class="copyright">Facebook ©2019</p>
</div>
</body>
</html>
CSS/* Created by Thu Htoo San */
body {
margin:0;
padding:0;
background:white;
text-align:center;
}
div#form {
background:rgba(228, 241, 254, 0.7);
margin-top:-10px;
}
h1 {
background:#0D47A1;
margin:0;
text-align:center;
color:white;
padding:3px 0;
user-select:none;
}
form {
margin:10px;
padding:10px;
}
.name, .password {
background:white;
border:1px solid #E0E0E0;
margin:0px;
padding:10px;
width:93%;
height:25px;
}
.name {
border-radius:4px 4px 0 0;
box-shadow:0px -0.1px 1px rgba(0,0,0,0.05);
}
.password {
border-radius:0 0 4px 4px;
margin-top:-0.8px;
box-shadow:0px 0.9px 1px rgba(0,0,0,0.09);
}
.login {
margin-top:10px;
padding:10px;
width:99%;
height:37px;
border:none;
background:#3078E0;
font-size:14px;
color:white;
border-radius:4px;
margin-bottom:-10px;
}
hr {
width:35%;
border-width:0.5px;
}
.hr1 {
margin-left:30px;
float:left;
}
.hr2 {
margin-right:30px;
float:right;
}
span {
position:relative ;
top:-2px;
margin:0 10px;
color:#616161;
}
.button {
background:#43A047;
padding:10px 14px;
border-radius:4px;
border:none;
color:white;
margin-top:-10px;
}
.login, .button {
text-shadow:0 -0.4px 1px rgba(0,0,0,0.6);
font-weight:bold;
user-select:none;
}
.login:hover {
background:#64B5F6;
}
.button:hover {
background:#81C784;
}
a {
color:#7986CB;
font-size:13px;
text-decoration:none;
}
tr a{
color:lightblue;
}
span#fullstop {
position:relative;
top:-3px;
margin:3px;
color:grey;
}
div.footer {
font-size:12px;
text-align:center ;;
}
ul {
list-style:none;
display:inline-block ;
padding:10px;
margin:5px 30px 0;
}
ul:first-child {
line-height:17px;
}
ul:last-child {
line-height:17px;
}
li.my {
margin-bottom:-7px;
}
a.active {
font-weight:bold;
color:#9E9E9E;
}
.far {
font-size:20px;
}
p.copyright {
color:grey;
margin-top:-3px;
}
Total likes [0]