Skip to content

Instantly share code, notes, and snippets.

@rickcnagy
Forked from rickcnagy/qsTextAreas.html
Last active August 29, 2015 14:01
Show Gist options
  • Save rickcnagy/385458993cfcc8a81258 to your computer and use it in GitHub Desktop.
Save rickcnagy/385458993cfcc8a81258 to your computer and use it in GitHub Desktop.
CSS only version of qsTextAreas
.qsform textarea {
font-family: inherit;
font-size: 1em;
width: 97%;
border: 1px solid grey;
padding: 5px 0px 5px 5px;
border-radius: 4px;
height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment