的中間,我想垂直中心旁邊的文字上的圖像左,但似乎做中心文字圖像
.socialShare {
position: relative;
&__CTA {
position: absolute;
bottom: -30px;
background-color: #d0d0d0;
padding-right: 18px;
height: 38px;
img {
display: inline;
height: 38px;
width: 38px;
}
p {
display: inline;
}
}
}
<div class="socialShare">
<strong>
<img alt="" src="https://www.asthma.org.uk/globalassets/health-advice/asthma-attacks/what-to-do-if-youre-having-an-asthma-attack.jpg" height="350" width="700" />
</strong>
<div class="socialShare__CTA">
<img src="dist/images/arrow.jpg" alt="">
<p>Share image</p>
</div>
繼承人的一個例子的codepen什麼我有。
是這樣的嗎? http://codepen.io/mcoker/pen/xqwPgE –
請在問題本身而不是第三方網站上提供[mcve]中的所有相關代碼。 –
[在HTML圖像上水平垂直居中文本(絕對定位)]的可能重複(http://stackoverflow.com/questions/34955797/horizontally-vertically-center-text-over-an-html-image-absolute-定位) –