Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -14,6 +14,8 @@
|
|
14 |
display: flex;
|
15 |
flex-direction: column;
|
16 |
align-items: center;
|
|
|
|
|
17 |
font-family: "M PLUS Rounded 1c", monospace;
|
18 |
padding: 20px;
|
19 |
margin: 0;
|
@@ -534,6 +536,7 @@
|
|
534 |
transparent
|
535 |
);
|
536 |
opacity: 0.7;
|
|
|
537 |
animation: waveFlow 4s linear infinite;
|
538 |
}
|
539 |
|
@@ -567,6 +570,7 @@
|
|
567 |
linear-gradient(rgba(100, 200, 255, 0.1) 1px, transparent 1px),
|
568 |
linear-gradient(90deg, rgba(100, 200, 255, 0.1) 1px, transparent 1px);
|
569 |
background-size: 50px 50px;
|
|
|
570 |
}
|
571 |
|
572 |
/* 鐐规粎銇欍倠銉夈儍銉堛仹銉嗐偗銉庛儹銈搞兗鎰熴倰杩藉姞 */
|
@@ -574,6 +578,7 @@
|
|
574 |
position: absolute;
|
575 |
width: 100%;
|
576 |
height: 100%;
|
|
|
577 |
}
|
578 |
|
579 |
.tech-dot {
|
|
|
14 |
display: flex;
|
15 |
flex-direction: column;
|
16 |
align-items: center;
|
17 |
+
background-color: #0a0a12;
|
18 |
+
color: #00ffcc;
|
19 |
font-family: "M PLUS Rounded 1c", monospace;
|
20 |
padding: 20px;
|
21 |
margin: 0;
|
|
|
536 |
transparent
|
537 |
);
|
538 |
opacity: 0.7;
|
539 |
+
z-index: -1;
|
540 |
animation: waveFlow 4s linear infinite;
|
541 |
}
|
542 |
|
|
|
570 |
linear-gradient(rgba(100, 200, 255, 0.1) 1px, transparent 1px),
|
571 |
linear-gradient(90deg, rgba(100, 200, 255, 0.1) 1px, transparent 1px);
|
572 |
background-size: 50px 50px;
|
573 |
+
z-index: -2;
|
574 |
}
|
575 |
|
576 |
/* 鐐规粎銇欍倠銉夈儍銉堛仹銉嗐偗銉庛儹銈搞兗鎰熴倰杩藉姞 */
|
|
|
578 |
position: absolute;
|
579 |
width: 100%;
|
580 |
height: 100%;
|
581 |
+
z-index: -1;
|
582 |
}
|
583 |
|
584 |
.tech-dot {
|