Skip to content

Instantly share code, notes, and snippets.

@taesheren
Created February 10, 2012 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taesheren/1786316 to your computer and use it in GitHub Desktop.
Save taesheren/1786316 to your computer and use it in GitHub Desktop.
PRIDE Backdrop
/**
* PRIDE Backdrop
*/
background: #F29100;
background-image: linear-gradient( 45deg,
#E20613 14.3%,
#E64410 14.3%, #E64410 28.6%,
#EC6E04 28.6%, #EC6E04 42.9%,
#F29100 42.9%, #F29100 57.2%,
#F9B200 57.2%, #F9B200 71.5%,
#FFD100 71.5%, #FFD100 85.8%,
#FFEC00 85.8%
);
background-size: 1920px 1080px;
background-position: center;
background-attachment: fixed;
min-height:100%;
<!-- content to be placed inside <body>…</body> -->
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment