Skip to content

Instantly share code, notes, and snippets.

.css-selector {
    background: linear-gradient(127deg, #10100e, #310fd1, #ff6157, #520c33);
    background-size: 800% 800%;
    -webkit-animation: hero-home 38s ease infinite;
    -moz-animation: hero-home 38s ease infinite;
    -o-animation: hero-home 38s ease infinite;
    animation: hero-home 38s ease infinite;
}
@-webkit-keyframes hero-home {
    0%{background-position:0% 50%}
.header {
background: linear-gradient(127deg, rgba(16,16,14,1), rgba(47,14,201,1), rgb(193 47 55), rgba(82,12,51,1), rgb(27 160 159));
background-size: 250% 500%;
-webkit-animation: hero-home 30s ease infinite;
-moz-animation: hero-home 30s ease infinite;
-o-animation: hero-home 30s ease infinite;
animation: hero-home 30s ease infinite;
}
@-webkit-keyframes hero-home {
0%{background-position:0% 50%}
@escapist
escapist / 0_reuse_code.js
Created November 20, 2015 00:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console