Created
June 27, 2013 20:14
-
-
Save Duder-onomy/5879977 to your computer and use it in GitHub Desktop.
Grass across the bottom sublime snippet.
This file contains hidden or 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
<snippet> | |
<content><![CDATA[ | |
***** Add a footer to the bottom of your page ******** | |
<footer></footer> | |
******You might need to change the 'download' text in the following URL with 'view' | |
footer { | |
background-image: url('https://drive.google.com/uc?export=download&id=0B5dCmuP_S1lBdlFoQ1RWaFNqQXc'); | |
background-position: bottom; | |
background-repeat: repeat-x; | |
position: absolute; | |
bottom: 0; | |
height: 125px; | |
width: 100%; | |
z-index: -1; | |
} | |
]]></content> | |
<tabTrigger>grass</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment