Skip to content

Instantly share code, notes, and snippets.

View Stasy4168's full-sized avatar

Anastasia Stasy4168

  • Direct Line
  • Togliatty
View GitHub Profile
@Stasy4168
Stasy4168 / dabblet.css
Created May 2, 2017 12:45 — forked from csssecrets/dabblet.css
Diagonal stripes - repeating-linear-gradient() method
/**
* Diagonal stripes - repeating-linear-gradient() method
*/
background: repeating-linear-gradient(60deg,
#fb3, #fb3 15px,
#58a 0, #58a 30px);
height: 100%;