What is wrong ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
3rd Feb 2019, 10:04 AM
Baraah Ali Omar Balagem
Baraah Ali Omar Balagem - avatar
5 Answers
+ 5
Bahha nothing changed that much the animation still won’t apear
3rd Feb 2019, 10:28 AM
Baraah Ali Omar Balagem
Baraah Ali Omar Balagem - avatar
+ 5
Bahha thank you
3rd Feb 2019, 10:59 AM
Baraah Ali Omar Balagem
Baraah Ali Omar Balagem - avatar
+ 1
your first line of CSS is wrong. div{ change it to h1{ and remove the <p> tag around <h1> it's not necessary. that is if you want to animate the HELLO... only if you want to animate the div you have to put something inside them <div id="div1">somthing here</div> or set some visible properties on CSS
3rd Feb 2019, 10:25 AM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
Lin I tried it and it worked. if you want to animate the HELLO... change div{ to h1{ if you want to animate the <div> tags. it is already working but you can not see it because there is nothing visible to animate inside the <div id="div1">nothing here </div>
3rd Feb 2019, 10:36 AM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
Lin no problem. is it working now? also remove the other remaining <p> at the beginning of <p><h1>HELLO...</h1>
3rd Feb 2019, 11:08 AM
Bahhaⵣ
Bahhaⵣ - avatar