Skip to content

Instantly share code, notes, and snippets.

@SethVandebrooke
Last active May 2, 2019 15:31
Show Gist options
  • Save SethVandebrooke/bebac1d9e091c8d9dd207091556f2a73 to your computer and use it in GitHub Desktop.
Save SethVandebrooke/bebac1d9e091c8d9dd207091556f2a73 to your computer and use it in GitHub Desktop.
Form input stylesheet
.form-control {
padding: 8px;
margin: 5px;
width: 200px;
border: solid;
border-radius: 5px;
border-width: 1px;
border-color: #ccc;
box-shadow: inset 0px 0px 2px #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment