mirror of
https://github.com/xzeldon/zeldon-site.git
synced 2025-07-16 07:34:35 +03:00
initial commit
This commit is contained in:
9
src/css/animation.css
Normal file
9
src/css/animation.css
Normal file
@ -0,0 +1,9 @@
|
||||
@keyframes fadein {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1.0;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user