📜  在图像悬停时更改鼠标指针 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:40.578000             🧑  作者: Mango

代码示例1
img:hover {
    cursor: pointer;
}