Skip to content

Instantly share code, notes, and snippets.

@billynyh
Created August 9, 2013 06:18
Show Gist options
  • Save billynyh/6191512 to your computer and use it in GitHub Desktop.
Save billynyh/6191512 to your computer and use it in GitHub Desktop.
#css textarea 100% width
textarea {
width:100%;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment