Raindeer gradient bar

This commit is contained in:
ducdat0507 2022-12-24 14:02:13 +07:00
parent cf655341d1
commit de7dffd810

View file

@ -77,4 +77,14 @@
yellow 10px 20px
);
}
}
}
@keyframes reindeer-bar {
from {
background: 0 0 / 28px 28px repeat
repeating-linear-gradient(-45deg, brown 0 10px, saddlebrown 10px 20px);
}
to {
background: 28px 0px / 28px 28px repeat
repeating-linear-gradient(-45deg, brown 0 10px, saddlebrown 10px 20px);
}
}