Skip to content

Instantly share code, notes, and snippets.

@kevinwritescode
Created August 22, 2012 13:27
Show Gist options
  • Select an option

  • Save kevinwritescode/3425546 to your computer and use it in GitHub Desktop.

Select an option

Save kevinwritescode/3425546 to your computer and use it in GitHub Desktop.
Checker Gradient
background-color: #f5f5f5;
background-image: -webkit-linear-gradient(45deg, rgba(256, 256, 256, 0.5) 25%, transparent 25%, transparent 75%, rgba(256, 256, 256, 0.5) 75%, rgba(256, 256, 256, 0.5)), -webkit-linear-gradient(45deg, rgba(256, 256, 256, 0.5) 25%, transparent 25%, transparent 75%, rgba(256, 256, 256, 0.5) 75%, rgba(256, 256, 256, 0.5));
background-size: 4px 4px;
background-position: 0 0, 2px 2px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment