From ca080175e8e40d19bc87bed3d23eab451f791762 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 27 Mar 2014 00:55:01 -0400 Subject: Add footer & link styles --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.html b/index.html index 27c7c44..fb21345 100644 --- a/index.html +++ b/index.html @@ -51,12 +51,17 @@ i { font-style: italic; } + a { color: #1a83a6; } + a:hover { color: #135e77; } + .wrapper { width: 600px; margin: 0 auto; } header { width: 940px; margin: 0 auto 0.5em; font: 4.5em/1.05 'Varela Round'; text-align: center; } .demo img { width: 100%; } + + footer { margin-top: 30px; padding: 15px; border-top: 1px solid #c4c2c2; text-align: center; } @@ -83,6 +88,10 @@ Demo

+ + -- cgit v1.2.3