mirror of
https://gitlab.com/SpaccInc/SpaccDotWeb.git
synced 2025-06-05 21:29:12 +02:00
[Alt] Add new methods; [Server] Slight improvements to example; [Build] Add full HTML build
This commit is contained in:
@ -21,3 +21,17 @@ div#transition {
|
||||
cursor: progress;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.particles {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.particles > * {
|
||||
position: absolute;
|
||||
}
|
||||
|
Reference in New Issue
Block a user