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 Intelligence Lab
Welcome to Data Intelligence Lab
Step into the Data Intelligence Lab, your comprehensive hub for exploring the world of data intelligence.
Access a wealth of code resources, dive into diverse datasets, experiment with pre-trained data models, and engage in insightful discussions. Elevate your data analysis journey with us and let’s delve into the realm of data intelligence together.