design: ambil gambar

This commit is contained in:
Matthew Florentino 2025-11-27 09:04:35 +07:00
parent 1b1d74aefc
commit 61a5fedd6e
2 changed files with 10 additions and 4 deletions

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>