Skip to content

Instantly share code, notes, and snippets.

@jmahc
Created September 23, 2015 14:28
Show Gist options
  • Save jmahc/88b42d203f5016c3a975 to your computer and use it in GitHub Desktop.
Save jmahc/88b42d203f5016c3a975 to your computer and use it in GitHub Desktop.
Zebra stripe background
.body {
background: repeating-linear-gradient(
45deg,
#1d1d1d,
#1d1d1d 60px,
#111111 60px,
#111111 120px
);
background-color: #1f1f1f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment