* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.item-post h1.post-title {display: none; margin-top: -50px;}
@media (max-width: 540px) {
.item #content-wrapper {
margin: 10px 0;
}
}
h1 {
opacity: 0;
animation: fadeIn 0.8s ease-out forwards 0.3s;
text-align: center;
margin-top: 0;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
margin-top: 20px;
}
.video-container iframe {
width: 100%;
height: 225px;
border-radius: 8px;
}
.event-button, .university-button, .news-button, .mentoring-button, .free-class-button, .community-button {
display: block;
text-decoration: none;
background-color: #0056b3;
color: white;
padding: 12px;
border-radius: 5px;
font-size: 18px;
text-align: center;
width: 90%;
max-width: 400px;
transition: background 0.3s, transform 0.3s;
opacity: 0;
transform: translateY(20px);
animation: slideIn 0.6s ease-out forwards;
}
.social-icons {
display: flex;
justify-content: center;
margin-top: 15px;
}
.social-icons a {
margin: 0 8px;
transition: transform 0.3s;
}
.social-icons a:hover {
transform: scale(1.2);
}
.social-icons img {
width: 30px;
height: 30px;
}
/* Menambahkan delay untuk animasi */
.event-button { animation-delay: 0.3s; }
.university-button { animation-delay: 0.5s; }
.news-button { animation-delay: 0.7s; }
.mentoring-button { animation-delay: 0.9s; }
.free-class-button { animation-delay: 1.1s; }
.community-button { animation-delay: 1.3s; }
.event-button:hover, .university-button:hover, .news-button:hover, .mentoring-button:hover, .free-class-button:hover, .community-button:hover {
background-color: #003d82;
transform: scale(1.05);
}
@keyframes slideIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
Australia
Inggris
USA
Canada
Singapore
Malaysia