Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2010 17:02
Show Gist options
  • Save anonymous/634572 to your computer and use it in GitHub Desktop.
Save anonymous/634572 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>untitled</title>
<style type="text/css">
textarea
{
width:100%;
padding:20px;
display:inline-block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.container{
width:20%;
}
</style>
</head>
<body>
<div class="container">
<textarea cols="2" rows="10"></textarea>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment