CSS5 鼠标移动到图片上 Hover 放大效果

1.4K 0
a img {
transition: all 0.5s ease-in-out 0s;
}

a:hover img {
transform: scale(1.05);
}
生成海报

上一篇:
下一篇:
发表言论 取消回复
表情 图片 链接 代码

分享