Loading animation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

20th Jan 2022, 3:01 AM
Junior
Junior - avatar
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>
20th Jan 2022, 5:38 AM
Solo
Solo - avatar
0
Thanks but didnt fix it im pretty sure its something ti do with the css that im meassibg nlt sure tho
20th Jan 2022, 4:14 AM
Junior
Junior - avatar