我有我工作的图片,
我希望左侧的图标应该位于相同的位置,但垂直对齐中心...图标大小不同...这可以通过我想要的 css 实现吗..??
这是我的代码,
.iconSmall {
background-attachment: scroll;
background-clip: padding-box;
background-color: transparent;
background-origin: padding-box;
background-position: 2% 50%;
background-repeat: no-repeat;
}
<a href="index.html" style="background-image:url(images/001_56.png);" class="iconSmall">Beauty and Spas</a>