At css line 55, I want to make a triangle appear below the link when hovering over it. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

At css line 55, I want to make a triangle appear below the link when hovering over it.

Link: https://codepen.io/AlexTAG/full/eYBdXPZ For some reason position absolute does not work as I want. It should be for every a from #navbar, but it is right in the center of the screen. Help.

14th Feb 2021, 1:49 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
3 Answers
+ 3
You could create a tool tip that pop up under the link. https://code.sololearn.com/Wa14a75a5A13
14th Feb 2021, 6:51 PM
ODLNT
ODLNT - avatar
+ 3
Chris C. Great save. I completely forgot about that ongoing problem.
14th Feb 2021, 7:00 PM
ODLNT
ODLNT - avatar
+ 2
ODLNT That works! Put a comment in your JS tab. There is a bug that crashes the app if the tab is left empty. I was only able to view your code via web browser.
14th Feb 2021, 6:57 PM
Chris Coder
Chris Coder - avatar