Last active
August 29, 2015 14:01
-
-
Save denzildoyle/ca71e0c00698702fc914 to your computer and use it in GitHub Desktop.
Enter this code in your browser URL and just like that you have an in browser text editor.
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
data:text/html, | |
<body contenteditable | |
style=" | |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300); | |
font-family:'Open Sans', sans-serif; | |
font-weight:300; | |
font-size:2rem; | |
line-height:1.4; | |
max-width:60rem; | |
margin:0 auto; | |
padding:4rem; | |
"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment