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

CrablePotion留言 | 贡献2023年4月27日 (四) 19:16的版本 (CrablePotion将页面用户:CrablePotion/CSS/勋章墙效果.css的内容模型从“wikitext”更改为“已过滤的CSS”)
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);
}