Skip to content

Instantly share code, notes, and snippets.

@dented
Created November 13, 2018 14:20
Show Gist options
  • Save dented/6eb67aeb2910d5232ead42a0432cc15d to your computer and use it in GitHub Desktop.
Save dented/6eb67aeb2910d5232ead42a0432cc15d to your computer and use it in GitHub Desktop.
.gradient {
background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
background-size: 400% 400%;
-webkit-animation: Gradient 5s ease infinite;
-moz-animation: Gradient 5s ease infinite;
animation: Gradient 5s ease infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment