added new css features
This commit is contained in:
@@ -38,3 +38,13 @@
|
||||
90% {box-shadow: 0px 0px 5px 1px #41e920, 0 0 10px 1px black inset;}
|
||||
100% {box-shadow: 0px 0px 3px 1px #41e920, 0 0 10px 1px black inset;}
|
||||
}
|
||||
|
||||
@keyframes gradient {
|
||||
0% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
100% {
|
||||
background-position: 200% 50%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user