summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
new file mode 100644
index 0000000..c2002d9
--- /dev/null
+++ b/www/style.css
@@ -0,0 +1,15 @@
+div.formbox {
+background-color: #FFEDA5;
+max-width: 20em;
+min-width: 15em;
+padding: 5px;
+position: relative;
+margin: auto;
+border: 1px solid #FFCF75;
+text-align: center;
+}
+
+
+input[type=text] {
+font-family: monospace
+}