Browse Source

style.css

blog
Nathan Bergey 10 years ago
parent
commit
3ffdf3e0a1
  1. 18
      resources/css/style.css

18
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;
}
Loading…
Cancel
Save