Skip to content

Instantly share code, notes, and snippets.

@say2joe
Created September 2, 2014 22:53
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 say2joe/2f8f804c08b045e77371 to your computer and use it in GitHub Desktop.
Save say2joe/2f8f804c08b045e77371 to your computer and use it in GitHub Desktop.
A Pen by Joe Johnson.
<form>
<input name="username" placeholder="username" />
<input name="password" type="password" placeholder="password" />
</form>
form {
input {
border: 1px solid darkblue;
margin: 5px auto 5px;
display: block;
padding: 7px;
}
padding: 9px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment