🔥 Welcome to our store! Check out our latest products and offers! 🎉 • 🔥 Welcome to our store! Check out our latest products and offers! 🎉 • 🔥 Welcome to our store! Check out our latest products and offers! 🎉 • 🔥 Welcome to our store! Check out our latest products and offers! 🎉 •
.rolling-text-section { overflow: hidden; white-space: nowrap; box-sizing: border-box; width: 100%; } .rolling-text p { display: inline-block; white-space: nowrap; padding-left: 100%; animation: rollingText 15s linear infinite; font-size: 18px; /* Adjust the font size as needed */ } @keyframes rollingText { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }