質問編集履歴
3
変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
background-color: blue;
|
44
44
|
|
45
|
-
}
|
45
|
+
}
|
46
46
|
|
47
47
|
</style>
|
48
48
|
|
2
変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
.bcolor {
|
30
30
|
|
31
|
-
background-color:
|
31
|
+
background-color: red;
|
32
32
|
|
33
33
|
transition: all 0.3s ease;
|
34
34
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
.bcolor:hover {
|
42
42
|
|
43
|
-
background-color:
|
43
|
+
background-color: blue;
|
44
44
|
|
45
45
|
}
|
46
46
|
|
1
変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
background-imageとbackground-colorを合わせたアニメーション
|
test
CHANGED
File without changes
|