feat: add border

This commit is contained in:
Matthew Florentino 2025-11-25 16:23:36 +07:00
parent 4749fb123e
commit c3e0498160
2 changed files with 10 additions and 6 deletions

View File

@ -56,9 +56,9 @@
}
.container-first .content .boss img {
width: 500px;
width: 600px;
position: absolute;
bottom: 140px;
bottom: 100px;
left: 50%;
transform: translateX(-50%);
image-rendering: pixelated;
@ -82,7 +82,7 @@
display: flex;
flex-direction: column;
border-radius: 10px;
border: 1px solid white;
border: 10px solid white;
z-index: 1;
}
@ -100,9 +100,13 @@
}
.container-first .content .text .opt p {
padding: 20px;
padding: 10px;
color: #ffdf12;
font-size: 30px;
background-color: #f7e62e34;
margin: 5px;
border-radius: 10px;
cursor: pointer;
}
@keyframes beat {

View File

@ -11,10 +11,10 @@
<div class="container-first">
<div class="content">
<div class="boss">
<img id="boss" src="/src/assets/Design/for-NewPythonGift.gif" alt="">
<img id="boss" src="/src/assets/Design/PYTHON-BOSSFIGHTMODEFINALt.gif" alt="">
</div>
<div class="text">
<p>selamat datang di python games</p>
<p>selamat datang di python games _____</p>
<div class="opt">
<p>a. panteks</p>
<p>b. anjas</p>