Skip to content

Instantly share code, notes, and snippets.

@krman009
Created October 11, 2013 13:59
Show Gist options
  • Save krman009/6935097 to your computer and use it in GitHub Desktop.
Save krman009/6935097 to your computer and use it in GitHub Desktop.
A Pen by kaushalya.
/*
*
* Gradient
* Helped by Felix De Montis(http://codepen.io/dervondenbergen).
*
* 2013 by Kaushalya Mandaliya
* https://twitter.com/kmandalwala
*
*
*/
body {
background: radial-gradient(
#ccc 16%, #333 16%,
#333 22%, #ccc 16%,
transparent 62%, #999 8%,
#999 64%, transparent 75%,
#999 90%, transparent 10%);
background-size: 30px 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment