From 10520bcf976595438ce7e2a0d522492ba63be654 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 24 Nov 2013 04:41:47 -0500 Subject: add some more CSS --- public/assets/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/public/assets/style.css b/public/assets/style.css index 49c77c8..874c10c 100644 --- a/public/assets/style.css +++ b/public/assets/style.css @@ -46,3 +46,24 @@ footer { font-size: 70%; color: #333333; } + +h1 { + text-align: center; + font-family: sans-serif; +} + +a { + text-decoration: none; +} +a:hover, a:focus { + background: #DDDDFF; +} + +@media screen and (min-width: 480px) { + body { + width: 80%; + min-width: 480px; + margin-left: auto; + margin-right: auto; + } +} -- cgit v1.2.3