用户:CrablePotion/CSS/勋章墙效果.css

CrablePotion留言 | 贡献2023年4月27日 (四) 19:12的版本 (// Edit via Wikiplus)

p img:hover {

 border-radius: 5px;
 image-rendering: pixelated;

} p img:hover {

 transform: scale(1.35);

} p img {

 transition: all 0.3s ease;
 padding: 0 6.5px 0;
 transform: scale(1.05);

}