]> git.plutz.net Git - webtxt/blobdiff - webnote.css
styling
[webtxt] / webnote.css
diff --git a/webnote.css b/webnote.css
new file mode 100644 (file)
index 0000000..e87795e
--- /dev/null
@@ -0,0 +1,31 @@
+body {
+  margin: .5em 1em;
+}
+button {
+  margin-bottom: 1em;
+}
+textarea {
+  display: block;
+  width: 100%;
+  height: 90vh;
+  height: calc(100vh - 4.5em);
+}
+
+div.text {
+  white-space: pre;
+}
+
+form.new {
+  text-align: center;
+  margin-top: 1em;
+}
+
+.new button {
+  display: block;
+  margin: auto;
+}
+
+.recent {
+  display: inline-block;
+  text-align: left;
+}