Skip to content

Instantly share code, notes, and snippets.

@skeith
skeith / dabblet.css
Created February 21, 2013 07:17 — forked from LeaVerou/dabblet.css
Diagonal stripes
/**
* Diagonal stripes
*/
background: linear-gradient(45deg, #cfecff 25%, #abdafb 25%, #abdafb 50%, #cfecff 50%, #cfecff 75%, #abdafb 75%, #abdafb);
background-size:100px 100px;