Skip to content

Instantly share code, notes, and snippets.

@nfreader
Created June 26, 2015 16:00
Show Gist options
  • Save nfreader/b5b0c55e04f47376e183 to your computer and use it in GitHub Desktop.
Save nfreader/b5b0c55e04f47376e183 to your computer and use it in GitHub Desktop.
pride.css
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