0
divの両端を(全面divの子である)背景画像で塗りつぶしています。DIVの辺をbgの色で塗りつぶします
Image background that needs color fill
したがって、上記画像上の青色の背景画像であり、Iはbackgroung画像のtranparencyを覆うことなく、側面に「ギャップ」を埋める色に必要。どのようにCSSでそれを達成するには? HERESに
<div id="footer-decoration" aria-hidden="true">
<div class="container"></div>
</div>
そして、私の現在のCSS/Sassのである:私は道で、ブートストラップ3を使用してい
#footer-decoration {
margin-top: $grid-gutter-width;
>.container {
background: url('../img/bg-footer-top.png') center center;
background-color: transparent;
height: 50px;
}
}
は、ここに私のHTMLです。
ありがとうございました!
あなたはそれを理解するために私たちを助けることができるようにあなたが達成したいものを一枚の画像を作成します。 – Nimmi