mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-17 18:02:45 +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
|
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…
Add table
Reference in a new issue