mirror of
https://github.com/9x/9x.github.io.git
synced 2026-09-02 09:04:33 +02:00
bugfix
This commit is contained in:
@@ -20,8 +20,6 @@ main {
|
|||||||
#particles-js{
|
#particles-js{
|
||||||
/* background: #314159; */
|
/* background: #314159; */
|
||||||
position:fixed;
|
position:fixed;
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
filter: blur(5px);
|
filter: blur(5px);
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="particles-js"></div>
|
<div id="particles-js" style="position:fixed"></div>
|
||||||
<div id="bg"></div>
|
<div id="bg"></div>
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user