Upgrading Node.js Engine to v8.9.0
This commit is contained in:
@@ -284,4 +284,17 @@ body {
|
||||
#menu_img {
|
||||
width: 20px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@keyframes test {
|
||||
0% {
|
||||
color: #FFF;
|
||||
}
|
||||
100% {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.cls-1 {
|
||||
animation: test 30s ease infinite;
|
||||
}
|
||||
Reference in New Issue
Block a user