I want to style the text we see when we hover over the image. I tried the following but it won’t work:
If what you want to do is display a text when the mouse hovers an image, you can do something using CSS :hover state.
:hover
Such a solution is described in this blog post.