Created
April 26, 2019 23:20
-
-
Save ninetails/bc7a67f969fecf502b44e52739ba7dcb to your computer and use it in GitHub Desktop.
24px vertical 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
| .test { | |
| background-image: linear-gradient( | |
| to top, | |
| rgba(155, 0, 65, 0.2) 1px, | |
| transparent 1px | |
| ); | |
| background-size: 100% 24px; | |
| background-repeat-y: repeat; | |
| background-position-y: 0px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment