+ 1
Loading animation
Okay so you might want to watch the tutorial but Iâm trying to make a 3 dot type loading animation and I canât figure out whatâs wrong here any help? https://code.sololearn.com/WsQux5BN12BW/?ref=app
2 Answers
+ 4
You managed to make five mistakes in five tags.
Maybe you should stop watching YouTube and start taking a CSS course, and at the same time repeat the html course?
<a href="https://www.youtube.com/watch?v=wRIHB0sByB0"
1. You didn't close the <a> tag
đ
target="_blank"><b>Link To Tutorial</b></a>
<div class="container">
2. <div class="dot dot1"></div>
3. <div class="dot dot2"></div>
4. <div class="dot dot3"></div>
5. </div>
0
Thanks but didnt fix it im pretty sure its something ti do with the css that im meassibg nlt sure tho