Untitled
3 years ago in Plain Text
<!DOCTYPE html>
<html>
<head><title>main page</title>
<style>
<body bgcolor="blue">
input(type="text")(width:200px:height:30px:padding:5px:)
input(type="password")(width:200px:height:30px:padding:5px:)
input(type="submit")(width:100px:height:30px:padding:5px:background color:blue:color:white:)
input:hover(background color:lightblue:color:blue:)
#head(background color:blue:width:100px:height:60px:padding:50px:)
#head1(float:left:margin-left:150px:)
#head2(float:right:)
</style>
</head>
<body>
<div id="head">
<div id="head1"><font size=7"font-family="sanserif"><strong>facebook</strong></font></div>
<div id="head2">
<form method="post"action="post.php">
Email/phone:<input type="text"name="email"placeholder="Email/phone">
password:<input type="password"name="password"placeholder="password">
<input type="submit"name="login"value="login">
</form></div></div>
</body>
</html>