From 3ffdf3e0a12ecb16ed1e64ad7f2f22eac6df32e6 Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Fri, 7 Mar 2014 03:14:49 -0800 Subject: [PATCH] style.css --- resources/css/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 resources/css/style.css diff --git a/resources/css/style.css b/resources/css/style.css new file mode 100644 index 0000000..9e8240d --- /dev/null +++ b/resources/css/style.css @@ -0,0 +1,18 @@ +/* Sticky CSS Footer */ +html, body, .wrapper { height: 100%; margin: 0; padding: 0; } +body > .wrapper { height: auto; min-height: 100%; } +#content { padding-top: 2.0em; padding-bottom: 250px; } +#footer { clear: both; position: relative; z-index: 10; height: 150px; margin-top: -150px; padding-top: 20px;} + +#header { + background: #F18BD1; + border-top: 3px solid #CE57A9; + color: #fff; +} + +#footer { + background: #f7f7f7; + border-top: 1px solid #eee; + font-size: 0.7em; + color: #666; +}