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

CSS: is it possible to make outline border-radius? circle shape in a square shape image

I am trying to make a menu with square shape and I wanna add a circle box shadow. similar to this: https://i.stack.imgur.com/D1owT.png but instead it’s coming something like this: https://i.stack.imgur.com/YGUWt.png and if I add border-radius is like this and it’s not what I am looking for: https://i.stack.imgur.com/HdwlW.png. this is the code I am using: nav … Read more

th and td with background color and text color not changing background color with hover?

I’m making a calendar for a school assignment and I decided to add ‘hover’ so when the mouse hovers over the table header/data, it will change its background color. It works as intended on the uncolored table header/data, but it doesn’t change the background color on the ones with a red background color and white text color.