Created
September 1, 2018 06:45
-
-
Save shreyasminocha/9d2f95af49f71d66c7f30798964e8939 to your computer and use it in GitHub Desktop.
140Journal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 140Journal | |
*/ | |
textarea.entry { | |
width: 50%; | |
height: 100px; | |
font-size: 2em; | |
font-family: Raleway; | |
resize: none; | |
} | |
input[type="submit"] { | |
display: block; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<textarea name="entry" class="entry" placeholder="Write..." cols="20" required maxlength=140 spellcheck="true"></textarea> | |
<input type="submit"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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