Created
February 16, 2012 16:17
-
-
Save jonathanpeterwu/1846151 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
background: #a09; | |
background: linear-gradient(45deg, #c02, green); | |
min-height:100%; | |
text-align: center; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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