summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 9896856..446f24c 100644
--- a/style.scss
+++ b/style.scss
@@ -1,12 +1,34 @@
@import 'bourbon';
body {
+
background: #eee;
font-family: $lucida-grande;
+
+ header {
+ margin-bottom: 30px;
+ }
+
+ form {
+ input {
+ width: 3em;
+ text-align: center;
+ border: 0px;
+ background: transparent;
+ }
+ }
+
ol {
display: inline;
li {
display: inline;
}
}
+
+ footer {
+ margin-top: 50px;
+ text-align: center;
+ font-size: 0.7em;
+ }
+
}