Tinted Hero
6.12.2013
A quick way to tint a typical hero in websites. Just use a pseudo class instead of another div.tint: .hero:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 7, 100, .6); }.
Made with: HTML,CSS
Infinite Background Animation
4.12.2013
Pure CSS infinite background animation.
Made with: CSS (SCSS)
Simple Css-Only Loading Spinner
3.12.2013
A simple CSS-only loading spinner made with SASS
Made with: HTML,CSS (SCSS)
Pure Css Star Rating From 0 To 8 With Colored Points Of The Star
24.11.2013
You can rate from "0" to "8" in 0.5 steps. Just change the class of the div to "zero", "zero half", "one", "one half", ...
Made with: HTML,CSS (Less)