Compare commits
4 Commits
d0e7c9e867
...
6c503fe010
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c503fe010 | |||
|
|
61a5fedd6e | ||
|
|
1b1d74aefc | ||
|
|
b8be39b1e4 |
@ -46,6 +46,12 @@
|
|||||||
background-size: cover;
|
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 {
|
.container-first .content .boss {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@ -16,10 +16,10 @@
|
|||||||
<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 draggable="true">a. panteks</p>
|
||||||
<p>b. anjas</p>
|
<p draggable="true">b. anjas</p>
|
||||||
<p>c. hell nah</p>
|
<p draggable="true">c. hell nah</p>
|
||||||
<p>d. my kisah</p>
|
<p draggable="true">d. my kisah</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -24,7 +24,7 @@ session_start();
|
|||||||
?>
|
?>
|
||||||
<h1 data-aos="zoom-out" data-aos-duration="1000">👾 codebeater 👾</h1>
|
<h1 data-aos="zoom-out" data-aos-duration="1000">👾 codebeater 👾</h1>
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<a data-aos="zoom-out" data-aos-duration="2000" href="/src/game/thirdperson.html">Game Start</a>
|
<a data-aos="zoom-out" data-aos-duration="2000" href="src/game/thirdperson.html">Game Start</a>
|
||||||
<a data-aos="zoom-out" data-aos-duration="2000" href="leaderboard.php">leaderboard</a>
|
<a data-aos="zoom-out" data-aos-duration="2000" href="leaderboard.php">leaderboard</a>
|
||||||
<a data-aos="zoom-out" data-aos-duration="2000" href="">Credit</a>
|
<a data-aos="zoom-out" data-aos-duration="2000" href="">Credit</a>
|
||||||
<a data-aos="zoom-out" data-aos-duration="2000" href="logout.php">Exit</a>
|
<a data-aos="zoom-out" data-aos-duration="2000" href="logout.php">Exit</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user