From 9c231e7b3c601cc300563b377724baa8dbd6caaa Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 10 Nov 2013 12:58:56 -0500 Subject: Add footer with creator info & links --- assets/css/application.css | 23 +++++++++++++++++++++++ index.html | 4 ++++ 2 files changed, 27 insertions(+) diff --git a/assets/css/application.css b/assets/css/application.css index c3dba05..0aba747 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -22,6 +22,29 @@ header { } +footer { + position: absolute; + bottom: 1em; + font-size: 13px; + font-family: 'Lucida Grande', Helvetica, sans-serif; +} + + + +/* . Links . */ +a { + color: #2f8dae; +} + +a:hover { + color: #2a7d9a; +} + +a:active { + color: #246c86; +} + + /* . Inputs . */ .url-input { diff --git a/index.html b/index.html index 4a35b52..0b19b20 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,10 @@
+ + -- cgit v1.2.3