【发布时间】:2015-09-24 11:24:56
【问题描述】:
我在更改 Bootstrap3 中 jumbotron 的颜色时遇到问题,我尝试创建另一个类来更改它的颜色,我还尝试覆盖现有类并更改背景颜色但没有改变。解决这个问题的最佳方法是什么?顺便说一句,这是我的代码!
别管引导库,
<div class="container">
<div class="jumbotron">
<p>This is another paragraph.</p>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</div>
</div>
CSS(外部)
.jumbotron{
width: 1150px;
height: 320px;
background-color: #E64545;
}
【问题讨论】:
-
你能在
head标签中提供你的css链接代码吗?
标签: html css twitter-bootstrap background background-color