Integrates Codef Library

* Adds StarField & 3D Lines
* Style fixes to accommodate canvas
* Adds Canvas container

Signed-off-by: Indrajith K L <mac91112@gmail.com>
This commit is contained in:
Indrajith K L
2023-01-19 23:12:00 +05:30
parent 4b91f9cecd
commit bd01be7001
6 changed files with 1435 additions and 0 deletions

6
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,9 @@ dialog::backdrop {
padding-left: 10px;
color: #ffffff;
justify-content: center;
}
#codef-canvas canvas {
position: absolute;
top: 0;
}