Last active
May 2, 2019 15:31
-
-
Save SethVandebrooke/bebac1d9e091c8d9dd207091556f2a73 to your computer and use it in GitHub Desktop.
Form input stylesheet
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
.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