Skip to content

Instantly share code, notes, and snippets.

View AtienoObwanda's full-sized avatar
🤗
A commit today is worth more than a commit last week.

Millicent A.Obwanda AtienoObwanda

🤗
A commit today is worth more than a commit last week.
View GitHub Profile
.css-selector {
    background: linear-gradient(334deg, #406624, #642466);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 0s ease infinite;
    -moz-animation: AnimationName 0s ease infinite;
    -o-animation: AnimationName 0s ease infinite;
    animation: AnimationName 0s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}