From 88acf20337684d1fd34bdc5c503977d79b09db33 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 21 Aug 2013 00:34:10 -0400 Subject: [PATCH] type tweaks --- css/main.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index 8233c5d..5726835 100644 --- a/css/main.css +++ b/css/main.css @@ -7,10 +7,20 @@ body { body { padding: 100px 50px; - font: 14px/1 Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; + font: 12px/1 Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #fff; } +h1 { + font-size: 2.5em; + font-weight: normal; + margin-bottom: 10px; +} + +p { + text-transform: uppercase; +} + a { display: inline-block; padding: 8px 12px; @@ -26,13 +36,13 @@ a:hover { header { position: absolute; - left: 20px; + left: 40px; bottom: 20px; } footer { position: absolute; - right: 20px; + right: 40px; bottom: 20px; text-align: right; } \ No newline at end of file