Skip to content

Instantly share code, notes, and snippets.

@k1r8r0wn
k1r8r0wn / index.html
Created July 29, 2015 06:59
Close button in CSS
<a href="#" class="close">
@k1r8r0wn
k1r8r0wn / main.css
Last active August 29, 2015 14:22
Sticky footer styles
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}