codebeater - Beta Launch #10

Merged
5803025047 merged 103 commits from dev into main 2025-12-15 11:20:48 -05:00
2 changed files with 10 additions and 4 deletions
Showing only changes of commit 61a5fedd6e - Show all commits

View File

@ -46,6 +46,12 @@
background-size: cover;
}
.container-first {
background-image: url(/src/assets/Design/CAVEBOSSFIGHT.png);
background-repeat: no-repeat;
background-size: cover;
image-rendering: pixelated;
}
.container-first .content .boss {
width: 100%;

View File

@ -16,10 +16,10 @@
<div class="text">
<p>selamat datang di python games _____</p>
<div class="opt">
<p>a. panteks</p>
<p>b. anjas</p>
<p>c. hell nah</p>
<p>d. my kisah</p>
<p draggable="true">a. panteks</p>
<p draggable="true">b. anjas</p>
<p draggable="true">c. hell nah</p>
<p draggable="true">d. my kisah</p>
</div>
</div>
</div>