Created
July 23, 2014 19:42
-
-
Save ozodrukh/685ee1a1b0f9d7467cb2 to your computer and use it in GitHub Desktop.
Notepad for Chrome
This file contains 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, | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<style type="text/css" media="screen"> | |
body{ | |
padding: 0; | |
margin: 0; | |
background: #eaeaea; | |
} | |
.article{ | |
min-height: 1200px; | |
min-width: 800px; | |
width:60%; | |
border: 0px solid #d3d3d3; | |
background: #fff; | |
margin: 20px auto; | |
padding: 40px 60px; | |
font-family: monospace; | |
font-size: 20px; | |
outline: none; | |
} | |
</style> | |
</head> | |
<body> | |
<div contenteditable class="article"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment