Created
January 22, 2012 14:22
-
-
Save jcsrb/1657210 to your computer and use it in GitHub Desktop.
How do I get this to be the same size?
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
/** | |
* How do I get this to be the same size? | |
*/ | |
html{ | |
min-height: 100%; | |
background: radial-gradient( 8% 50%, circle, #ed4f3a 8%, transparent 8%, transparent) 0px 0px, | |
radial-gradient(24% 50%, circle, #ed4f3a 8%, transparent 8%, transparent) 0px 0px, | |
radial-gradient(40% 50%, circle, #ed4f3a 8%, transparent 8%, transparent) 0px 0px, | |
radial-gradient(56% 50%, circle, #ed4f3a 8%, transparent 8%, transparent) 0px 0px, | |
radial-gradient(72% 50%, circle, #ed4f3a 8%, transparent 8%, transparent) 0px 0px, | |
radial-gradient(88% 50%, circle, #ed4f3a 8%, transparent 8%, transparent) 0px 0px; | |
background-color: #333232; | |
animation: bga 2s ease-in-out 0s infinite alternate; | |
} | |
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
<!-- content to be placed inside <body>…</body> --> |
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
{"view":"split","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment