Last active
September 18, 2021 13:17
-
-
Save csssecrets/4b4ad05f4c1b5259066f 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: hsl(20, 40%, 90%); | |
background-image: | |
linear-gradient(90deg, #fb3 11px, transparent 0), | |
linear-gradient(90deg, #ab4 23px, transparent 0), | |
linear-gradient(90deg, #655 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":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment