Created
July 27, 2013 13:57
-
-
Save FatihEsen/6094953 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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