Compare commits

...

2 Commits

Author SHA1 Message Date
Hijau-dev
26dee22b26 Merge branch 'main' of https://git-eng.ukwms.ac.id/2526-web/Kelompok09-SPOILER 2025-12-16 10:29:54 +07:00
Hijau-dev
c0d4487dff Update 2025-12-16 10:29:40 +07:00
2 changed files with 4 additions and 1 deletions

View File

@ -38,6 +38,9 @@
<div class="footer-info">
<p>WASD - Move | Space - Fire | Q - Missile | Shift - Bomb | P - Pause</p>
</div>
<div class="footer-info">
<p>Stanley Timothy Gunawan - 5803025021 | Jeremy Christian - 5803025025 | Philippo Mariernest A.B - 5803025025</p>
</div>
</div>
</div>

View File

@ -152,7 +152,7 @@ html, body {
/* === FOOTER INFO === */
.footer-info {
margin-top: 50px;
margin-top: 10px;
padding: 20px 30px;
background: rgba(0, 0, 0, 0.4);
border: 2px solid rgba(0, 234, 255, 0.3);