Can you help me remove the black dot? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Can you help me remove the black dot?

In this challenge I did, I ended up with a little black dot in left upper corner of the image I created. I can't seem to get rid of it. Here is the link to the code: https://code.sololearn.com/WmLIRvpP9dS4/?ref=app Thanks in advance!

18th Feb 2017, 10:53 PM
SoraKatadzuma
SoraKatadzuma - avatar
4 Answers
+ 9
thats a nice homer there xD i'd love to help out but just heading to sleep.... what you can do to find which div this dot originate from is just right click on the dot (in a web brwoser of course, not on mobile) and inspect element to see whicb class/id it belong to that should let you find which div the dot is on :) edit pin pointed to the mouth area
18th Feb 2017, 11:35 PM
Burey
Burey - avatar
+ 9
Wow, great Homer and great find 👌
18th Feb 2017, 11:58 PM
Jafca
Jafca - avatar
+ 8
AHAHA GOT IT xD add no-border to main mouth class at line 24 in the HTML file <div class="no-border mouth">....... good night ._.
18th Feb 2017, 11:50 PM
Burey
Burey - avatar
+ 8
Thanks Burey, that fixed it!
19th Feb 2017, 12:09 AM
SoraKatadzuma
SoraKatadzuma - avatar