📜  在css代码示例中悬停时如何放大图像

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

代码示例1
img:hover {
transform: scale(1.3);
}