Skip to content

Instantly share code, notes, and snippets.

@justuseapen
Created September 30, 2014 00:18
Show Gist options
  • Save justuseapen/8c356ab0281ce28d04fe to your computer and use it in GitHub Desktop.
Save justuseapen/8c356ab0281ce28d04fe to your computer and use it in GitHub Desktop.
Carbon Background CSS
background:
linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment