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.
3 Answers
+ 3
You could create a tool tip that pop up under the link.
https://code.sololearn.com/Wa14a75a5A13
+ 3
Chris C. Great save. I completely forgot about that ongoing problem.
+ 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.