私は自分の作品のイメージを持っています、
左側のアイコンを同じ位置に配置したいのですが、中央を垂直に揃えます...アイコンのサイズが異なります...これは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>