Skip to content

Instantly share code, notes, and snippets.

@dumaurier
Created March 13, 2012 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dumaurier/2031029 to your computer and use it in GitHub Desktop.
Save dumaurier/2031029 to your computer and use it in GitHub Desktop.
MEOW? *
/**
* MEOW? *
*/
*{
margin:0;
padding:0;
}
section{
display:block;
position:relative;
z-index:100;
width:100%;
background:#ff6600;
min-height:800px;
margin-bottom:140px;
box-shadow:0px 5px 3px rgba(0,0,0,.5)
}
footer{
display:block;
position:fixed;
height:140px;
width:100%;
bottom:0;
background:#007ac9;
z-index:10;
padding-bottom:10px;
}
<section>Some Content</section>
<footer>A Footer.
<img src="http://lorempixum.com/960/147"
</footer>
{"view":"split","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment