+ 3
Error in my code
I made this image loader and I cannot figure out why there is a small dot going through the motions to the left of the body https://code.sololearn.com/Wp7gdwwJKwNf/?ref=app
3 Respuestas
+ 6
Hello Andrew,
Nice to see you again .
Little mistake, check line 135 in css
.loader span:mth-child(15) {
It should be `nth` not `mth`
Happy learning 😁🙏
+ 3
Wow, thank you so much, Omkar. You must have read basically the whole code! It fixed it! thanks for your time. Have a good one, bro!!
0
salut