Skip to content

Instantly share code, notes, and snippets.

@Duder-onomy
Created June 27, 2013 20:14
Show Gist options
  • Save Duder-onomy/5879977 to your computer and use it in GitHub Desktop.
Save Duder-onomy/5879977 to your computer and use it in GitHub Desktop.
Grass across the bottom sublime snippet.
<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