Skip to content

Instantly share code, notes, and snippets.

@jagveerdev
Last active April 19, 2018 09:22
Show Gist options
  • Select an option

  • Save jagveerdev/11b64b1b19851c3b4c6a101fe46b3307 to your computer and use it in GitHub Desktop.

Select an option

Save jagveerdev/11b64b1b19851c3b4c6a101fe46b3307 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>twitter signup</title>
</head>
<body>
<div>
<header style="height:50px; width=100%; background-color:#1da1f2; padding-top:15px">
<aside style="height:50px; width=50%; float:left; padding-left:700px">
<img src="1.png" height="27px" />
</aside>
<nav style="height:50px; width=50%; float:right; margin-right:120px; margin-bottom:30px">
<ul style="list-style-type:none; margin-top:5px">
<li style="display:inline">
<a href="#" style="color:white">Language: <select><option>English</option><option>Bahasa Indon</option><option>Bahasa melau</option><option>Catala</option><option>cestina</option><option>Dansik</option><option>Deutsch</option><option>Norsk</option><option>Polski</option><option>Romana</option><option>Svenska</option><option>Suomi</option><option>Turkce</option></select></a>
</li>
<li style="display:inline; padding-left:20px"><a href="#" style="color:white">Have an account? <select><option>Log In</option></select></a></li>
</ul>
</nav>
</header>
<article style="clear:both"></article>
<article style="margin-top: 50px">
<center>
<table>
<tr><td><h1 style="font-size:30px">Join Twitter today.</h1></td></tr>
<tr>
<td>
<input type="text" placeholder="Full Name" style="font-size:25px; padding-top:8px; padding-bottom:8px" size="30">
</td>
</tr>
<tr>
<td>
<input type="text" placeholder="Phone or Email" style="font-size:25px; margin-top:20px; padding-top:8px; padding-bottom:8px"" size="30">
</td>
</tr>
<tr>
<td>
<input type="password" placeholder="Password" style="font-size:25px; margin-top:20px; padding-top:8px; padding-bottom:8px" size="30">
</td>
</tr>
<tr>
<td style="width:50px">
<input type="checkbox" style="margin-top:20px"><label>Personalize Twitter based on where you've seen Twitter content on the web. <a href="#">Learn More.</a></label>
</td>
</tr>
<tr>
<td>
<input type="submit" value="Sign Up" style="margin-top:20px; background-color:#1da1f2; font-size:20px; color:white; width:100%; height:50px">
</td>
</tr>
<tr>
<td style="width:50px; padding-top: 20px">
<label style="font-size: 15px">By signing up, you agree to the <a href="#" style="color: blue">Terms of Service</a> and <a href="#" style="color: blue"> Privacy Policy,</a> including <a href="#" style="color: blue">Cookie Use.</a> Others will be able to find you by email or phone number when provided.</label>
</td>
</tr>
<tr>
<td style="padding-top:20px"><a href="#">Advanced options</a>
</td>
</tr>
</table>
</center>
</article>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment