Fasilitas Perpustakaan

/* ===== RESET ===== */
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family: Arial, Helvetica, sans-serif;
background:#f5f6f7;
color:#222;
}

/* ===== CONTAINER ===== */
.container{
max-width:1100px; /* SPACE KANAN KIRI */
margin:50px auto;
padding:0 20px;
}

/* ===== JUDUL ===== */
.title{
text-align:center;
margin-bottom:50px;
}

.title h1{
font-size:32px;
font-weight:800;
letter-spacing:2px;
}

/* ===== GRID ===== */
.grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

/* ===== CARD ===== */
.card{
background:#fff;
border-radius:20px;
padding:25px;
box-shadow:0 12px 30px rgba(0,0,0,0.08);
opacity:0;
transform:translateY(25px);
animation:fadeUp 0.8s ease forwards;
}

.card{
background:#fff;
border-radius:18px;
padding:18px;
box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

.card:nth-child(1){animation-delay:.1s}
.card:nth-child(2){animation-delay:.2s}
.card:nth-child(3){animation-delay:.3s}
.card:nth-child(4){animation-delay:.4s}
.card:nth-child(5){animation-delay:.5s}
.card:nth-child(6){animation-delay:.6s}
.card:nth-child(7){animation-delay:.7s}

.card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

/* ===== FOTO WRAPPER ===== */

.image-wrapper{
width:100%;
height:200px;
border-radius:80px;
overflow:hidden; /* PENTING */
display:flex;
justify-content:center;
align-items:center;

}

.image-wrapper img{
max-width:100%;
max-height:100%;
object-fit:cover;
}

.card:hover .image-wrapper img{
transform:scale(1.05);
transition:0.4s ease;
}

/* ===== TEKS ===== */
.card h3{
margin-top:20px;
text-align:center;
font-size:18px;
font-weight:700;
letter-spacing:1px;
}

/* ===== ANIMATION ===== */
@keyframes fadeUp{
to{
opacity:1;
transform:translateY(0);
}
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
.grid{
grid-template-columns:1fr;
}
}

FASILITAS

Loker

LOKER

Ruang Baca

RUANG BACA

WiFi

WIFI

Print

PRINT

AC

AC

Komputer Katalog

KOMPUTER KATALOG