Scrolling Text
body {
margin: 0;
padding: 20px;
font-family: Arial, sans-serif;
background: #f0f0f0;
}
.scrolling-text {
white-space: nowrap;
animation: scroll 10s linear infinite;
font-size: 15px;
font-weight: bold;
}
@keyframes scroll {
10% { transform: translateX(100vw); }
20% { transform: translateX(-100%); }
}
Electronics, IoT, Robotics and Tech Solution | Your Thesis and Project Partner...