Created
December 20, 2011 16:31
-
-
Save taesheren/1502180 to your computer and use it in GitHub Desktop.
PRIDE Backdrop
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
/** | |
* 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%; |
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
<!-- content to be placed inside <body>…</body> --> |
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
{"view":"split","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment