Skip to content

Instantly share code, notes, and snippets.

@jamesxv7
Created February 12, 2016 15:42
Show Gist options
  • Save jamesxv7/64171e4a24e74635e73a to your computer and use it in GitHub Desktop.
Save jamesxv7/64171e4a24e74635e73a to your computer and use it in GitHub Desktop.
Nice gradient using CSS
div {
height: 100px;
background-color: red;
background-image:
linear-gradient(
45deg,
#7BB9CF,
#848DD0,
#AC01CC,
#CD00A9,
#DC0392
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment