Last active
January 21, 2023 13:22
-
-
Save csssecrets/43bde2086e9d549fb844 to your computer and use it in GitHub Desktop.
Blueprint grid
This file contains hidden or 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
| /** | |
| * Blueprint grid | |
| */ | |
| background: #58a; | |
| background-image: linear-gradient(white 2px, transparent 0), | |
| linear-gradient(90deg, white 2px, transparent 0), | |
| linear-gradient(hsla(0,0%,100%,.3) 1px, transparent 0), | |
| linear-gradient(90deg, hsla(0,0%,100%,.3) 1px, transparent 0); | |
| background-size: 50px 50px, 50px 50px, | |
| 10px 10px, 10px 10px; |
This file contains hidden or 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 hidden or 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