Skip to content

Instantly share code, notes, and snippets.

@kenjinp
Created December 7, 2016 16:12
Show Gist options
  • Save kenjinp/19decaab17928bfafb2171b9c86c1e35 to your computer and use it in GitHub Desktop.
Save kenjinp/19decaab17928bfafb2171b9c86c1e35 to your computer and use it in GitHub Desktop.
tasty candy stripes
@nav: #1d9cd8;
@lightblu: #bdeaff;
.bg-candy-stripes {
background: repeating-linear-gradient(
45deg,
@lightblu,
@lightblu 10px,
@nav 10px,
@nav 20px
);
background-size: 100% 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment