Skip to content

Instantly share code, notes, and snippets.

@frane
frane / dabblet.css
Created October 22, 2012 23:57 — forked from anonymous/dabblet.css
Diagonal stripes
/**
* Diagonal stripes
*/
@import url(http://fonts.googleapis.com/css?family=Cabin+Sketch);
.button {
background: repeating-linear-gradient(150deg, white, white 2px, #08b 1px, #08b 3px);
display: inline-block;
border: 1px solid transparent;