mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-03 07:53:12 +00:00
Initial push of DV8 Expo website
This commit is contained in:
parent
dcc9247ba0
commit
a86816a322
18 changed files with 1075 additions and 0 deletions
10
DV8-Expo/website/static/sass/animations.sass
Normal file
10
DV8-Expo/website/static/sass/animations.sass
Normal file
|
@ -0,0 +1,10 @@
|
|||
@keyframes glow
|
||||
0%
|
||||
opacity: 0
|
||||
// text-shadow: 0 0 0 $primary
|
||||
50%
|
||||
opacity: 1
|
||||
// text-shadow: 0 0.25rem 0.5rem $primary
|
||||
100%
|
||||
opacity: 0
|
||||
// text-shadow: 0 0 0 $primary
|
Loading…
Add table
Add a link
Reference in a new issue