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; +}