Skip to content

Instantly share code, notes, and snippets.

@cavill
Created April 19, 2012 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cavill/2419851 to your computer and use it in GitHub Desktop.
Save cavill/2419851 to your computer and use it in GitHub Desktop.
Tom Cavill
/**
* Tom Cavill
*/
body {background: #fff;
min-height: 100%;}
.tom{ outline: 8px solid red; width: 400px; height: 400px; background: blue;}
/*textarea {
background: none;
border: none;
font: 28px/33px 'helvetica neue', helvetica;
font-weight: bold;
color: #fff;
outline: 1px solid turquoise;
resize:none;"
}*/
textarea {
width: 400px;
max-width: 400px;
height: 250px;
line-height: 150%;
background: none;
border: none;
font: 28px/33px 'helvetica neue', helvetica;
font-weight: bold;
color: #fff;
}
textarea:focus {outline: 0;}
/*textarea placeholder {color: red;}*/
<!-- content to be placed inside <body>…</body> -->
<div class="tom">
<textarea placeholder="type here"></textarea>
</div>
<!--
cols="30" rows="15"-->
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment