Created
June 26, 2015 16:00
-
-
Save nfreader/b5b0c55e04f47376e183 to your computer and use it in GitHub Desktop.
pride.css
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
body { | |
background-image: linear-gradient( to right, #EB0012, #EB0012 16.66%, #EB7700 16.66%, #EB7700 33.32%, #EBCF00 33.32%, #EBCF00 49.98%, #00D942 49.98%, #00D942 66.64%, #0050D4 66.64%, #0050D4 83.3%, #8D00FF 83.3% ); | |
background-size: 12.5% 2px; | |
background-repeat: repeat-x; | |
padding: 2px 0 0 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment