Material Design Sticky Footer

by Ryan Perez

HTML

<script src="&lt;link rel=&quot;stylesheet&quot; href=&quot;https://fonts.googleapis.com/icon?family=Material+Icons&quot;&gt;"></script>
<script src="&lt;link rel=&quot;stylesheet&quot; href=&quot;https://code.getmdl.io/1.1.3/material.indigo-pink.min.css&quot;&gt;"></script>
<script src="&lt;script defer src=&quot;https://code.getmdl.io/1.1.3/material.min.js&quot;&gt;&lt;/script&gt;"></script>
<div class="page-wrap">
  
  Content!
      
</div>

<footer class="site-footer">
  I'm the Sticky Footer.
</footer>