This commit is contained in:
Nathan 2025-12-16 08:50:57 +07:00
commit 1e1be909b5

View File

@ -61,7 +61,6 @@ body {
.btn:hover { transform: scale(1.05); } .btn:hover { transform: scale(1.05); }
/* Judul & Grid */ /* Judul & Grid */
/* Sedikit perbaikan CSS internal agar judul Pink muncul sempurna */
.title { text-align: center; margin-bottom: 20px; } .title { text-align: center; margin-bottom: 20px; }
.title h1 { .title h1 {
font-size: 38px; font-size: 38px;
@ -72,7 +71,7 @@ body {
color: transparent; color: transparent;
font-weight: bold; font-weight: bold;
} }
/* Pastikan user-info rata kiri rapi */
.user-info h2 { margin: 0; font-size: 1.5rem; color: #333; } .user-info h2 { margin: 0; font-size: 1.5rem; color: #333; }
.user-info p { margin: 0; color: #666; font-size: 0.9rem; } .user-info p { margin: 0; color: #666; font-size: 0.9rem; }
@ -91,9 +90,6 @@ body {
} }
.icon { font-size: 40px; display: block; } .icon { font-size: 40px; display: block; }
/* ================================
3. BACKGROUND FRUITS
================================== */
.fruit { .fruit {
position: absolute; position: absolute;
width: 90px; width: 90px;
@ -112,9 +108,6 @@ body {
50% { transform: translateY(-20px) rotate(5deg); } 50% { transform: translateY(-20px) rotate(5deg); }
} }
/* ================================
4. OVERLAY CREDITS (ANIMASI JALAN)
================================== */
.credits-overlay { .credits-overlay {
position: fixed; position: fixed;
top: 0; left: 0; width: 100%; height: 100%; top: 0; left: 0; width: 100%; height: 100%;