課程
/前端開發(fā)
/HTML/CSS
/初識(shí)HTML(5)+CSS(3)-升級(jí)版
想讓幾個(gè)指定的變顏色可以么?怎么做呀!
2016-06-03
源自:初識(shí)HTML(5)+CSS(3)-升級(jí)版 7-2
正在回答
讓那幾個(gè)都加上便簽span,然后對(duì)style里面對(duì)span進(jìn)行顏色的設(shè)定
<div?style="font-size:0px"> <span?style="font-size:36px;?color:#DBC1C2">你</span> <span?style="font-size:36px;?color:#cBA4b4">好</span> </div>
first span{
color:red;
}
<style type="text/css">
.first{
color:red;
</style>
<span class="first">變字內(nèi)容</span>
可以的,代碼是(例如變藍(lán)色):
span{
? ? color:blue;
}...
...<span>這里顯示的字體會(huì)變成藍(lán)色</span>
span{color:red;}
在指定的字上加標(biāo)簽,給它樣式color
舉報(bào)
HTML(5)+CSS(3)基礎(chǔ)教程8小時(shí)帶領(lǐng)大家步步深入學(xué)習(xí)標(biāo)簽用法和意義
1 回答html字體顏色
2 回答字體顏色Css
4 回答字體大小顏色
2 回答字體顏色大小
2 回答關(guān)于字體顏色
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-09-22
讓那幾個(gè)都加上便簽span,然后對(duì)style里面對(duì)span進(jìn)行顏色的設(shè)定
2016-06-06
2016-06-03
first span{
color:red;
}
2016-06-03
<style type="text/css">
.first{
color:red;
}
</style>
<span class="first">變字內(nèi)容</span>
2016-06-03
可以的,代碼是(例如變藍(lán)色):
span{
? ? color:blue;
}...
...<span>這里顯示的字體會(huì)變成藍(lán)色</span>
2016-06-03
span{color:red;}
2016-06-03
在指定的字上加標(biāo)簽,給它樣式color