Skip to content

Instantly share code, notes, and snippets.

@loschke
Created October 22, 2016 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loschke/28928f47ca5750605e0648b25c46b5c4 to your computer and use it in GitHub Desktop.
Save loschke/28928f47ca5750605e0648b25c46b5c4 to your computer and use it in GitHub Desktop.
Burlington CSS Pattern From http://lea.verou.me/css3patterns/#argyle
background-color: #6d695c; background-image: repeating-linear-gradient(120deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(60deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px), linear-gradient(60deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1)), linear-gradient(120deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1)); background-size: 70px 120px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment