Commit 484c93ee by doszhang

dos

parent 94065dbd
......@@ -143,13 +143,13 @@ input::-webkit-input-placeholder {
}
.home-page .light2 {
animation: light 2s 1.3s ease infinite;
-webkit-animation: light 2s 1.3s ease infinite;
animation: light 2s 4s ease infinite;
-webkit-animation: light 2s 4s ease infinite;
}
.home-page .light3 {
animation: light 2s 3.3s ease infinite;
-webkit-animation: light 2s 3.3s ease infinite;
animation: light 2s 6s ease infinite;
-webkit-animation: light 2s 6s ease infinite;
}
@keyframes light {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment