Skip to content

Instantly share code, notes, and snippets.

@jordangray
Created January 30, 2014 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordangray/8705510 to your computer and use it in GitHub Desktop.
Save jordangray/8705510 to your computer and use it in GitHub Desktop.
Unrelated styles
.swd-button {
background: #11c3ff linear-gradient(to bottom, transparent, #009bcf);
border: 1px solid white;
border-radius: 5px;
color: white;
display: inline-block;
font: bold 12px Arial, Helvetica, sans-serif;
padding: 10px 15px;
text-decoration: none;
text-transform: uppercase;
}
/* Unrelated styles */
body {
background: #000;
}
<form method="post" >
<p><input id="username" type="text" placeholder="Username" style="margin:10px" autofocus required></p>
<p><input id="password" type="password" placeholder="Password" style="margin:10px" required></p>
<p>
<button class="swd-button" type="submit">Sign In</button>
<a class="swd-button" href="register.html">Register</a>
</p>
</form>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment