Skip to content

Instantly share code, notes, and snippets.

View LexSander's full-sized avatar
🏠
Working from home

Alexander Smirnov LexSander

🏠
Working from home
View GitHub Profile
.css-selector {
    background: linear-gradient(303deg, #fb5607, #ff006e, #8338ec, #3a86ff, #31cb00);
    background-size: 1000% 1000%;
    -webkit-animation: mentor-animation 9s ease infinite;
    -moz-animation: mentor-animation 9s ease infinite;
    -o-animation: mentor-animation 9s ease infinite;
    animation: mentor-animation 9s ease infinite;
}
@-webkit-keyframes mentor-animation {
    0%{background-position:0% 49%}
.css-selector {
    background: linear-gradient(303deg, #152614, #1e441e, #2a7221, #119822, #31cb00);
    background-size: 1000% 1000%;
    -webkit-animation: mentor-animation 5s ease infinite;
    -moz-animation: mentor-animation 5s ease infinite;
    -o-animation: mentor-animation 5s ease infinite;
    animation: mentor-animation 5s ease infinite;
}
@-webkit-keyframes mentor-animation {
    0%{background-position:0% 49%}