我有一個引導程序jumbotron,我想讓它的背景變暗而不觸及輸入的文本。有沒有辦法做這樣的事情?如何在CSS中使背景圖像變暗?
我看到處處都是,但是我發現所有解決方案都使文本變暗。
我到目前爲止有:
.mainJumbotron {
margin: 0px;
height: 250px;
text-align: center;
background-image: url(http://i.imgur.com/qj2w73W.png);
background-repeat: no-repeat;
background-size: cover;
}
<div class="jumbotron mainJumbotron">
<h1 style="">Hakkımızda</h1>
</div>
我們需要看代碼 – dippas
好吧,只需一秒鐘。 –
你走了。我已經添加了代碼。 –