﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name="Fixed Footer" description="Create a footer that is fixed to the bottom of your page " preview="code" type="block">
<insertText location="beforeSelection">
<![CDATA[#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:300px;
   width:100%;
   background:#1abc9c;
}]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
