Help me with this web mini project | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Help me with this web mini project

The <a> tags for the Social Media icons and the button does not work. Also the hover effect does not work as well Look at my code and spot the mistake. https://code.sololearn.com/WdyEoojTkyFD/?ref=app

18th Feb 2021, 6:59 PM
Ananing Fosu
Ananing Fosu - avatar
2 Answers
+ 7
Add z-index property on ". socials" class & ".button" element like this: .socials{ margin: 0 65px; position: absolute; top: 60%; left: 20%; height: 15px; z-index:1; } because your element is positioned so it was overlapped by other elements. z-index help to come up on element stack order
18th Feb 2021, 7:58 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
Thanks for the help
18th Feb 2021, 10:03 PM
Ananing Fosu
Ananing Fosu - avatar