first dev commit

This commit is contained in:
sky
2025-06-22 11:46:39 -04:00
parent 3bb16e3824
commit c34e53111c
23 changed files with 1650 additions and 2 deletions

32
css/loader.css Normal file
View File

@ -0,0 +1,32 @@
#gamecontainer {
width: 90vw;
height: auto;
border-radius: 15px;
background-color: color-mix(in srgb, var(--color-2) 50%, #00000000 50%);
box-shadow: 0 0 10px var(--color-2);
backdrop-filter: blur(6px);
}
#gameFrame {
width: 99%;
height: 75vh;
margin: 0.5%;
margin-bottom: 0;
border-radius: 10px;
}
#infobox {
height: 8vh;
width: 100%;
margin: 1% 0;
display: flex;
justify-content: center;
align-items: center;
}
#infobox img {
height: 100%;
margin: 1.5%;
aspect-ratio: 1 / 1;
border-radius: 8px;
}
#infobox h2 {
margin-right: auto;
}