Skip to content

Instantly share code, notes, and snippets.

@ozodrukh
Created July 23, 2014 19:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ozodrukh/685ee1a1b0f9d7467cb2 to your computer and use it in GitHub Desktop.
Notepad for Chrome
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