code for moving line | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

code for moving line

<!DOCTYPE html> <html> <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script> <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0" /> <title>News</title> </head> <body> <div class="News bulliten "> <span> "Breaking News "</span> </div> </body> </html>

21st Dec 2017, 3:54 AM
JoinShashank
JoinShashank - avatar
1 Answer
+ 8
It's not clear what you mean by moving line? if you have made a code & need help post it. From your activity it seems you are learning Html. complete CSS, Javascript lessons on Sololearn & other resources like MDN (search online). then check the below articles for help with animation. https://zellwk.com/blog/css-transitions/ https://zellwk.com/blog/css-animations/ check the below code (save it private) analyze it, when you understand animations. https://code.sololearn.com/W7fp29VfUpix/?ref=app#css
21st Dec 2017, 6:00 AM
Lord Krishna
Lord Krishna - avatar