Skip to content

Instantly share code, notes, and snippets.

@jonathanpeterwu
Created February 16, 2012 16:17
Show Gist options
  • Save jonathanpeterwu/1846151 to your computer and use it in GitHub Desktop.
Save jonathanpeterwu/1846151 to your computer and use it in GitHub Desktop.
Untitled
background: #a09;
background: linear-gradient(45deg, #c02, green);
min-height:100%;
text-align: center;
<!-- content to be placed inside <body>…</body> -->
<body>
<head>
<title>
Davka Fund Landing Page
</title>
</head>
<form>
Login Choice: <br/>
<a href="https://www.facebook.com/">
<input style="font-family:verdana;font-size:300%;color:green" type="radio" name="sex" value="male" /> Facebook Login<br />
<input style="font-family:verdana;font-size:110%;color:green" type="radio" name="sex" value="female" /> Twitter Login<br />
<br/>
Email:
<input style="font-family:verdana;font-size:110%;color:green" type="text" name="email" /><br />
Password:
<input style="font-family:verdana;font-size:110%;color:green" type="password" name="Password" background=blue /><br/>
</form>
</body>
{"view":"split","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment