質問編集履歴
1
background-imageの部分を変更しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,15 +33,15 @@
|
|
33
33
|
コード .main-section {
|
34
34
|
text-align: center;
|
35
35
|
margin-bottom: 83px;
|
36
|
-
background-image: url(../images/sea.png);
|
36
|
+
// background-image: url(../images/sea.png);
|
37
37
|
background-size: cover;
|
38
38
|
height: 480px;
|
39
|
-
opacity: 0;
|
39
|
+
// opacity: 0;
|
40
40
|
transition: all 1s ease 0s;
|
41
41
|
}
|
42
42
|
|
43
43
|
.main-section.show {
|
44
|
-
|
44
|
+
background-image: url(../images/sea.png);
|
45
45
|
}
|
46
46
|
|
47
47
|
.main-intro {
|