Created
May 6, 2013 00:08
-
-
Save aurelkurtula/5522667 to your computer and use it in GitHub Desktop.
zig-zag background (SO)
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
/** | |
* zig-zag background (SO) | |
* CSS Zigzag Border with a Textured Background | |
*/ | |
background: linear-gradient(#BCED91 49%, transparent 49%), | |
linear-gradient(-45deg, white 33%, transparent 33%) 0 50%, | |
white linear-gradient(45deg, white 33%, #BCED91 33%) 0 50%; | |
background-repeat: repeat-x; | |
background-size: 1px 100%, 40px 40px, 40px 40px; | |
min-height: 100%; |
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
<!-- content to be placed inside <body>…</body> --> |
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
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment