Skip to content

Instantly share code, notes, and snippets.

@FatihEsen
Created July 27, 2013 13:57
Show Gist options
  • Save FatihEsen/6094953 to your computer and use it in GitHub Desktop.
Save FatihEsen/6094953 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: linear-gradient(30deg, #f60, #ffc);
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 5px 1px;
}
<div class="footer" > <p><p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
<!-- end .footer --></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment