Skeleton is a great little CSS boilerplate. Whether there’s no style guide for your next website build or you just want a nice contemporary feel to the base styles, Skeleton is simply… simple. In just 400 lines of CSS you get a modern set of base styles, a grid system and some sleek looking buttons. Not to mention the intuitive and concise class names. Maybe pair this with a CSS reset and ditch the normalize, just an idea (go on, try it).
Bonus: using Sass? some absolute legend converted the CSS to Sass. Get it here.
Skeleton Button
HTML
<a href="#" class="button button-primary">BUTTON ELEMENT</a>