Help with my code( something is wrong with the website-I will explain it further)
This is the output:
18 Replies
here is the html:
here is the css:
here is the javascript
now the problem is- as you can see in the output the social media icons are forming 2 circles which I obviously don't want
I've tried a lot of things to fix the code but it didn't work at all
That's all I need help with
Best if you put it in a codepen or repl
wdym?
oh wait I got it
so like this?
Problem is with your
.wrapper .icon
and .wrapper i
styles, you defined circles on both. i
element is inside your .icon
element, that's why you have 2 circles. Just remove style for one of those elements and it should be fine, probably.Empty circle is
.icon
And icon is
i
elementI didn't understand what you meant
could you elaborate a bit more
I can't, I gave you everything you need to fix this issue