sticky footer
by josekerekes
HTML
<div class="content">
asdfasdf<br />
as<br />
</div>
<footer class="footer">
footer
</footer>
</div>
CSS
html,body {height:100%;padding:0;margin:0}
.content {background:#ccc;height:calc(100% - 18px)}
.footer {background:yellow;}