【发布时间】:2015-01-15 17:07:00
【问题描述】:
想问一下如何在不影响字体和按钮不透明度的情况下改变Jumbotron不透明度并使其全宽?
.jumbotron-special{
text-align: center;
background-attachment: scroll;
background-image: image-url('header-bg.jpg');
background-position: center center;
background-repeat: none;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
// how to only make background-image-opacity: 0.3;
}
【问题讨论】: