Skip to content

Instantly share code, notes, and snippets.

@jdmichaud
Created September 12, 2017 15:35
Show Gist options
  • Save jdmichaud/8874332bb9f9272bbc9a99966be9d17a to your computer and use it in GitHub Desktop.
Save jdmichaud/8874332bb9f9272bbc9a99966be9d17a to your computer and use it in GitHub Desktop.
A simple note page
<style>
body {
margin:0px;
}
textarea { /* position is inherited */
left: 0;
top: 0;
right: 0;
height: 50vw; /* Actually the height of select and input */
width: 100vw;
}
</style>
<body>
<textarea></textarea>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment