回答編集履歴
1
コード修正
answer
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
height: 40px;
|
31
31
|
display: inline-block;
|
32
32
|
background-color: #aaa;
|
33
|
-
animation: wipein 2s, fadeout 2s
|
33
|
+
animation: wipein 2s, fadeout 2s 7s;
|
34
34
|
animation-fill-mode: both;
|
35
35
|
|
36
36
|
}
|