Skip to content

Instantly share code, notes, and snippets.

@abernier
Created July 21, 2011 13:30
Show Gist options
  • Save abernier/1097177 to your computer and use it in GitHub Desktop.
Save abernier/1097177 to your computer and use it in GitHub Desktop.
CSS3 dots patterns
background-image: -webkit-linear-gradient(-90deg, transparent 0%, transparent 50%, white 50%, white 100%),
-webkit-linear-gradient( 0deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.1) 50%, white 50%, white 100%);
background-size:.25em .25em;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment