Material Design Flat Button
Hacky CSS way for flat Material Design shadows for text.
Made with: HTML,CSS (SCSS)
Flat Buttons Psuedo Striped Shadows
Flat buttons are all the rage. Stripes are in season. Rather than accomplishing the stripes with a repeating SVG or PNG background image, this CSS-only approach uses a strategically spaced linear gradient at an angle to produce an identical feel. No tessellating knowledge needed. A transformation and intentional z-indexing give a smooth resolve on hover.
Made with: HTML,CSS
Css Buttons
Inspiration for new ways to make interactive buttons using linear-gradients, box-shadows, and pseudo classes.
Made with: HTML (Pug),CSS (SCSS)
Flat Buttons
A collection of flat buttons with a little animation. Pure CSS with SCSS.
Made with: HTML,CSS (SCSS)
Flat & Shiny Button
Button with a subtle gloss/shine wipe on hover. No images, just a single HTML element and a CSS pseudo-element.
Made with: HTML,CSS (SCSS)
12 Fancy Buttons
12 buttons with a unique rollover effect each using only CSS.
Made with: HTML,CSS