Created
March 1, 2020 03:00
-
-
Save dela3499/09512746071b9f6c82418188a3316cbf to your computer and use it in GitHub Desktop.
A quick prototype interface for a writing app
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
<table style="width: 80%; margin:auto"> | |
<tr> | |
<td contenteditable style="width: 50%; border: 1px solid lightgrey; padding: 20px; vertical-align: top;"></td> | |
<td contenteditable style="width: 50%; border: 1px solid lightgrey; padding: 20px; vertical-align: top;"></td> | |
</tr> | |
<tr> | |
<td contenteditable style="width: 50%; border: 1px solid lightgrey; padding: 20px; vertical-align: top;"></td> | |
<td contenteditable style="width: 50%; border: 1px solid lightgrey; padding: 20px; vertical-align: top;"></td> | |
</tr> | |
</table> |
Here's a twitter thread where I explain the idea behind the prototype. https://twitter.com/dela3499/status/1233951450352570368?s=20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Paste the text into https://htmledit.squarefree.com/ to render and try it.