Created
September 12, 2017 15:35
-
-
Save jdmichaud/8874332bb9f9272bbc9a99966be9d17a to your computer and use it in GitHub Desktop.
A simple note page
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
<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