Created
November 7, 2012 16:05
-
-
Save zorbash/4032473 to your computer and use it in GitHub Desktop.
scanlines background
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
.scanlines { | |
background-image: linear-gradient(90deg, | |
#223 25%, #450 25%, #410 50%, | |
#230 50%, #210 75%, #200 75%, #190); | |
background-size:6px 6px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment