+ 9
What is wrong ??
5 ответов
+ 5
Bahha nothing changed that much the animation still won’t apear
+ 5
Bahha thank you
+ 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
+ 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>
+ 1
Lin no problem. is it working now?
also remove the other remaining <p> at the beginning of
<p><h1>HELLO...</h1>