Compare commits
No commits in common. "d39c5efe08e383c0d02a5f1500bad390beda3f32" and "36e8f54ea9d21601d83d3ee03d7ba97ebe73e41c" have entirely different histories.
d39c5efe08
...
36e8f54ea9
@ -61,6 +61,7 @@ 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;
|
||||||
@ -71,7 +72,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; }
|
||||||
|
|
||||||
@ -90,6 +91,9 @@ 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;
|
||||||
@ -108,6 +112,9 @@ 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%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user