Commit 32a05d3c by doszhang

dos

parent 2d3f8490
......@@ -138,6 +138,11 @@ input {
z-index: 2;
}
.sc {
transform: scale(0.7);
-webkit-transform: scale(0.7);
}
.block {
animation: bounceIn 1s ease backwards;
-webkit-animation: bounceIn 1s ease backwards;
......
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