Skip to content

Instantly share code, notes, and snippets.

@joelpittet
Created January 6, 2016 20:42
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 joelpittet/6919832cfe94d80e1a39 to your computer and use it in GitHub Desktop.
Save joelpittet/6919832cfe94d80e1a39 to your computer and use it in GitHub Desktop.
Drupal Blueprint in CSS
/**
* Tweaked from http://lea.verou.me/css3patterns/#blueprint-grid
*/
background-color:#0678BE;
background-image: linear-gradient(#2A9CE2 1px, transparent 1px),
linear-gradient(90deg, #2A9CE2 1px, transparent 1px),
linear-gradient(#198BD1 1px, transparent 1px),
linear-gradient(90deg, #198BD1 1px, transparent 1px);
background-size:50px 50px, 50px 50px, 25px 25px, 25px 25px;
background-position:-1px -1px, -1px -1px, -1px -1px, -1px -1px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment