soiz1 commited on
Commit
7105cfb
·
verified ·
1 Parent(s): a59ada9

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -2
index.html CHANGED
@@ -32,7 +32,7 @@ html, body {
32
  left: 0;
33
  width: 100vw;
34
  height: 100vh;
35
- z-index: -1;
36
  overflow: hidden;
37
  }
38
 
@@ -49,10 +49,11 @@ html, body {
49
  background-size: 50px 50px;
50
  z-index: 1;
51
  }
52
-
53
  /* 波のアニメーション */
54
  .wave {
55
  position: absolute;
 
 
56
  width: 100%;
57
  height: 100%;
58
  background: linear-gradient(
 
32
  left: 0;
33
  width: 100vw;
34
  height: 100vh;
35
+ z-index: -1; /* 他の要素より背面に */
36
  overflow: hidden;
37
  }
38
 
 
49
  background-size: 50px 50px;
50
  z-index: 1;
51
  }
 
52
  /* 波のアニメーション */
53
  .wave {
54
  position: absolute;
55
+ top: 0;
56
+ left: 0;
57
  width: 100%;
58
  height: 100%;
59
  background: linear-gradient(