Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created August 9, 2014 17:02
Show Gist options
  • Save wpspeak/6fea8a589f4a058489cc to your computer and use it in GitHub Desktop.
Save wpspeak/6fea8a589f4a058489cc to your computer and use it in GitHub Desktop.
Simple Gradient Background (Ellipse at the center)
.body {
background: radial-gradient(ellipse at center center , #fff8b5 0%, #f1e767 37%, #feb645 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment