Full Width Textarea
by achudars
HTML
<textarea></textarea>
CSS
html { height: 100% }
body {
position:absolute;
top: 1em;
bottom: 1em;
right:1em;
left:1em;
}
textarea {
width: 100%;
height: 100%;
}
by achudars
<textarea></textarea>
html { height: 100% }
body {
position:absolute;
top: 1em;
bottom: 1em;
right:1em;
left:1em;
}
textarea {
width: 100%;
height: 100%;
}