Update index
This commit is contained in:
14
static/styles/base.css
Normal file
14
static/styles/base.css
Normal file
@@ -0,0 +1,14 @@
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#particles-js {
|
||||
z-index: -1;
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
}
|
||||
6
static/styles/index.css
Normal file
6
static/styles/index.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.servers {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
opacity: 0%;
|
||||
}
|
||||
Reference in New Issue
Block a user