mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 09:21:48 +00:00
Raindeer gradient bar
This commit is contained in:
parent
cf655341d1
commit
de7dffd810
1 changed files with 11 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue