✨ What Kind of K-Drama Are You? ✨
Are you destined for a whirlwind romance or a slow-burn love story? Find out now!
1. How would you describe your ideal K-Drama vibe?
Step 1 of 5
/* Stili globali dalla Homepage */
body {
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
background-color: #fdf9fe;
color: #3f3f3f;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Noto Sans KR', sans-serif;
font-weight: 700;
color: #4a154b;
}
.section-title {
position: relative;
display: inline-block;
margin-bottom: 2.5rem;
}
.section-title::after {
content: '';
position: absolute;
height: 4px;
width: 60%;
bottom: -8px;
left: 0;
background: linear-gradient(to right, #ff7eb3, #ff65a3, #ff4d8d);
border-radius: 2px;
}
.hero-section {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://koreandramaromance.com/wp-content/uploads/2025/06/Artistly-Design-019745cb-5ff2-70bc-85e3-64a59c963b76.png');
background-size: cover;
background-position: center;
}
.drama-card, .blog-card, .classic-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 6px rgba(74, 21, 75, 0.1);
border-radius: 12px;
overflow: hidden;
background-color: white;
height: 100%;
}
.drama-card:hover, .blog-card:hover, .classic-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(74, 21, 75, 0.15);
}
.mobile-nav-hidden {
display: none;
}
/* Stili specifici dalla pagina del Post */
Are you destined for a whirlwind romance or a slow-burn love story? Find out now!
1. How would you describe your ideal K-Drama vibe?
Step 1 of 5