body {
margin: 0;
padding: 0;
font-family: Times New Roman, sans-serif;
justify-content: center;
align-items: center;
min-height: 100vh;
background-color: #15616D;
}
.headline-container {
text-align: center;
}
.animated-headline {
font-size: 50px;
font-weight: bold;
color: #333;
position: relative;
overflow: hidden;
color:#F8B34E;
}
.animated-headline span {
display: inline-block;
opacity: 0;
transform: translateY(100%);
animation: animateTypewriter 4s linear infinite;
}
.animated-headline span:nth-child(2) {
animation-delay: 2s;
}
@keyframes animateTypewriter {
0% {
opacity: 0;
transform: translateY(100%);
}
10% {
opacity: 1;
transform: translateY(0);
}
90% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-100%);
}
}
Animated Headline
Welcome to
Data Science Lab
Welcome to Data Science Lab
Your Comprehensive Data Exploration Hub
Step into the realm of the Data Science Lab, a unique and comprehensive platform your all-in-one hub for data exploration. Access a vast code repository, dive into diverse datasets, experiment with pre-trained data models, and engage in insightful discussions. Elevate your analytics journey with us. Common Let’s Do Some HandsOn!