-
-
Save rgbkrk/514191646d17ada2b8cebb01937c752f to your computer and use it in GitHub Desktop.
Pseudorandom stripes
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
/** | |
* Pseudorandom stripes | |
*/ | |
background: #D5D5D5; | |
background-image: | |
linear-gradient(89deg, #EEE 23px, transparent 0), | |
linear-gradient(97deg, #DDD 17px, transparent 0), | |
linear-gradient(101deg, #D0D0D0 23px, transparent 0); | |
background-size: 83px 100%, 61px 100%, 41px 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
// alert('Hello world!'); |
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","fontsize":"120","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment