ghhbhjb

,.llll
    scascasxasx

KRANTHI 24

Comments0
Warm greetings from SRM TRP ENGINEERING COLLEGE, TRICHY We are happy to inform you that,we organize National level symposium  “KRANTHI 24” on 22 March 2024....
Read More

NCRACE -2024

Comments0
Greetings from *SRM TRP Engineering College,* Trichy, Tamil Nadu, India ?We are happy to inform you that the *Department of Electronics and Communication Engineering is ...
Read More

<code>

<style>
.scroll-left {
height: 50px;
overflow: hidden;
position: relative;
background: yellow;
color: orange;
border: 1px solid orange;
}
.scroll-left p {
position: absolute;
width: 100%;
height: 100%;
margin: 0;
line-height: 50px;
text-align: center;
/* Starting position */
transform:translateX(100%);
/* Apply animation to this element */
animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@keyframes scroll-left {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(-100%);
}
}
</style>

<div class=”scroll-left”>
<p>Scroll left… </p>
</div>

</code>

CODE_TITLE

<style>
.scroll-left {
height: 50px;
overflow: hidden;
position: relative;
background: yellow;
color: orange;
border: 1px solid orange;
}
.scroll-left p {
position: absolute;
width: 100%;
height: 100%;
margin: 0;
line-height: 50px;
text-align: center;
/* Starting position */
transform:translateX(100%);
/* Apply animation to this element */
animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@keyframes scroll-left {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(-100%);
}
}
</style>

<div class=”scroll-left”>
<p>Scroll left… </p>
</div>