Created
September 30, 2014 00:18
-
-
Save justuseapen/8c356ab0281ce28d04fe to your computer and use it in GitHub Desktop.
Carbon Background CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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