Skip to content

Instantly share code, notes, and snippets.

@shreyasminocha
Created September 1, 2018 06:45
Show Gist options
  • Save shreyasminocha/9d2f95af49f71d66c7f30798964e8939 to your computer and use it in GitHub Desktop.
Save shreyasminocha/9d2f95af49f71d66c7f30798964e8939 to your computer and use it in GitHub Desktop.
140Journal
/**
* 140Journal
*/
textarea.entry {
width: 50%;
height: 100px;
font-size: 2em;
font-family: Raleway;
resize: none;
}
input[type="submit"] {
display: block;
}
<textarea name="entry" class="entry" placeholder="Write..." cols="20" required maxlength=140 spellcheck="true"></textarea>
<input type="submit">
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment