அன்பு
<style style="text/css"> .example5 {
height: 50px; overflow: hidden; position: relative;
} .example5 h3 {
position: absolute; width: 100%; height: 100%; margin: 0; line-height: 50px; animation: example5 3s linear infinite alternate; /* Apply the animation */
} /* Define the animation */ @keyframes example5 {
from { margin-left: 70%; } to { margin-left: 0%; }
} </style>