<marquee>
<div class="client">
<img src="images/c1.png"/>
</div>
<div class="client">
<img src="images/c2.png"/>
</div>
<div class="client">
<img src="images/c3.png"/>
</div>
<div class="client">
<img src="images/c4.png"/>
</div>
<div class="client">
<img src="images/c5.png"/>
</div
><div class="client">
<img src="images/c6.png"/>
</div
><div class="client">
<img src="images/c7.png"/>
</div>
</marquee>
I tried using CSS keyframes to scroll these images without the HTML marquee tag, but it didn't give me the desired result. These client logos are located at the bottom of the index page and should scroll from left to right or right to left. Is there an alternative method I can use to achieve this effect? Thank you in advance for any help.