summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..641b380
--- /dev/null
+++ b/style.css
@@ -0,0 +1,31 @@
+body {
+ background-color: #293e28;
+}
+
+body, input {
+ color: #e6fee5;
+ font-family: monospace;
+ font-size: 16px;
+}
+
+main {
+ max-width: 32em;
+ width: 100%;
+ margin: 0 auto;
+ text-align: center;
+}
+
+img, object {
+ max-width: 50%;
+}
+
+input[type=text] {
+ background: none;
+ border: none;
+ border-bottom: 1px solid #e6fee5;
+}
+
+input[type=submit] {
+ background: none;
+ border: 1px solid #e6fee5;
+}