Skip to content

Instantly share code, notes, and snippets.

@jcsrb
Created January 22, 2012 14:22
Show Gist options
  • Save jcsrb/1657210 to your computer and use it in GitHub Desktop.
Save jcsrb/1657210 to your computer and use it in GitHub Desktop.
How do I get this to be the same size?
/**
* 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;
}
<!-- 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