postcss-utilities
Version:
PostCSS plugin to add a collection of mixins, shortcuts, helpers and tools for your CSS
29 lines (24 loc) • 330 B
CSS
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 100px;
}
footer {
position: absolute;
left: 0;
bottom: 0;
height: 100px;
width: 100%;
}
.wrapper {
margin-bottom: 10em;
}
.footer {
position: absolute;
left: 0;
bottom: 0;
height: 10em;
width: 100%;
}