Particle Implementation

* Particle is implemented but something is odd. Will be replaced by a library
in the future
This commit is contained in:
Indrajith K L
2022-11-30 05:52:51 +05:30
parent af7303fc62
commit 22c9e30317
4 changed files with 97 additions and 0 deletions

17
hg.css
View File

@@ -50,6 +50,7 @@ body {
text-align: center;
background-position: 50% 50%;
background-repeat: no-repeat;
z-index: 999;
}
.music-player .color-overlay {
@@ -250,4 +251,20 @@ dialog::backdrop {
padding-left: 10px;
color: #ffffff;
justify-content: center;
}
#dvd-render {
position: absolute;
top: 0;
z-index: 0;
}
#assets {
display: none;
}
#dvd {
width: 32px;
height: 18px;
object-fit: contain;
}