Answers for "how do i animate image hover over the text css"

CSS
1

css hover animation text

a {
  /* Same as before */
  background: linear-gradient(to right, midnightblue, midnightblue 50%, royalblue 50%);
}
Posted by: Guest on April-11-2021
0

animate image or text html

<!--will move up the image an infinite number of times-->
<marquee behavior="scroll" direction="up"><img src="pic/unsplash4.jpg">
    </marquee>
Posted by: Guest on May-14-2021

Browse Popular Code Answers by Language