- Instant help with your CSS coding problems

Set cursor to pointer in CSS

Question:
How to set cursor to pointer in CSS?
Answer:
.container:hover {
  cursor: pointer;
}
Description:

The cursor CSS property sets the type of mouse cursor, if any, to show when the mouse pointer is over an element.

Share "How to set cursor to pointer in CSS?"
Interesting things
OpanAi's ChatGPT