為什么修改style.css里面的font-weight或者line-height沒(méi)效果?
bootstrap里面的代碼:
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
? font-family: inherit;
? font-weight: 500;
? line-height: 1.1;
? color: inherit;
}
輸入標(biāo)題,修改bootstrap代碼沒(méi)效果
<h1>Bootstrap標(biāo)題一</h1>
<h2>Bootstrap標(biāo)題二</h2>
<h3>Bootstrap標(biāo)題三</h3>
<h4>Bootstrap標(biāo)題四</h4>
<h5>Bootstrap標(biāo)題五</h5>
<h6>Bootstrap標(biāo)題六</h6>
2017-04-13
他調(diào)用的是網(wǎng)上的cdn,所以你改style.css并沒(méi)有用,style.css只是給你看的
2017-03-10
我把bootstrap里面的line-height修改值,比如修改成2.0,為啥沒(méi)效果?
2017-03-09
老鐵,單位??