feat: add border
This commit is contained in:
parent
4749fb123e
commit
c3e0498160
@ -56,9 +56,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container-first .content .boss img {
|
.container-first .content .boss img {
|
||||||
width: 500px;
|
width: 600px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 140px;
|
bottom: 100px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
@ -82,7 +82,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid white;
|
border: 10px solid white;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -100,9 +100,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container-first .content .text .opt p {
|
.container-first .content .text .opt p {
|
||||||
padding: 20px;
|
padding: 10px;
|
||||||
color: #ffdf12;
|
color: #ffdf12;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
background-color: #f7e62e34;
|
||||||
|
margin: 5px;
|
||||||
|
border-radius: 10px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes beat {
|
@keyframes beat {
|
||||||
|
|||||||
@ -11,10 +11,10 @@
|
|||||||
<div class="container-first">
|
<div class="container-first">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="boss">
|
<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>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p>selamat datang di python games</p>
|
<p>selamat datang di python games _____</p>
|
||||||
<div class="opt">
|
<div class="opt">
|
||||||
<p>a. panteks</p>
|
<p>a. panteks</p>
|
||||||
<p>b. anjas</p>
|
<p>b. anjas</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user