mirror of
https://github.com/9x/9x.github.io.git
synced 2026-09-02 09:04:33 +02:00
deactivate particles
This commit is contained in:
@@ -29,6 +29,7 @@ main {
|
|||||||
#bg{
|
#bg{
|
||||||
background: #314159;
|
background: #314159;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
z-index: -100;
|
z-index: -100;
|
||||||
}
|
}
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="particles-js" style="position:fixed"></div>
|
<!-- <div id="particles-js" style="position:fixed"></div> -->
|
||||||
<div id="bg"></div>
|
<div id="bg"></div>
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
@@ -49,8 +49,8 @@
|
|||||||
<span class="sr-only">YouTube</span>
|
<span class="sr-only">YouTube</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<script src="js/particles.js"></script>
|
<!-- <script src="js/particles.js"></script> -->
|
||||||
<script src="js/app.js"></script>
|
<!-- <script src="js/app.js"></script> -->
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user