Skip to content

Instantly share code, notes, and snippets.

@FatihEsen
Created July 27, 2013 13:57
Show Gist options
  • Save FatihEsen/6094952 to your computer and use it in GitHub Desktop.
Save FatihEsen/6094952 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background: #222;
background: linear-gradient(45deg, #f60, #f20);
min-height: 100%;
}
.footer {
background-color: #f60;
bottom: 0px;
clear: both;
position: fixed;
left: 50%;
height: 50px;
width: 800px;
margin-left: -400px;
margin-bottom:10px;
padding: 10px;
box-shadow: #333 0px 0px 10px 1px;
}
<div class="footer" > <p>lorem ipsum footer lorem ipsum footer lorem ipsum footer lorem ipsum footer lorem ipsum footer lorem ipsum footer</p>
<!-- end .footer --></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment