How do I display a text when hovering on another text?
I’m trying to display a text when hovering on another text but it is not working. I followed every steps on another similar questions but it is still not working Code: .text-mada { width: 18%; position: relative; left: 760px; background-color: rgba(255, 255, 255, 0.8); text-align: justify; padding: 15px; z-index: 2; bottom: 750px; display: none; } … Read more