web開發(fā)-從零開始-01-常見樣式-三目渣
來源:懂視網(wǎng)
責(zé)編:小采
時(shí)間:2020-11-27 16:43:27
web開發(fā)-從零開始-01-常見樣式-三目渣
web開發(fā)-從零開始-01-常見樣式-三目渣:1.width & height 2.background : a.background-color b.background-image:url() c.background-repeat : no-repeat , repeat-x , repeat-y ; d.background-position : 規(guī)范順序 x y ;除了坐標(biāo)取值外,x可取值:left/center/right;y可取值:top/center/botton; e.background-a
導(dǎo)讀web開發(fā)-從零開始-01-常見樣式-三目渣:1.width & height 2.background : a.background-color b.background-image:url() c.background-repeat : no-repeat , repeat-x , repeat-y ; d.background-position : 規(guī)范順序 x y ;除了坐標(biāo)取值外,x可取值:left/center/right;y可取值:top/center/botton; e.background-a

1.width & height
2.background :
a.background-color
b.background-image:url()
c.background-repeat : no-repeat , repeat-x , repeat-y ;
d.background-position : 規(guī)范順序 x y ;除了坐標(biāo)取值外,x可取值:left/center/right;y可取值:top/center/botton;
e.background-attachment:fixed;
3.border :
a. border-width : border-top/right/bottom/left-width;
b. border-style (solid,dashed,dotted) : border-top/right/bottom/left-style ;
c. border-color : border-top/right/bottom/left-color;
4.font :
a.font-size;
b.font-weight;
c.font-style;
d.line-height;
e.font-family
f.color;
g.text-indent : 首行縮進(jìn),1em = 1字符;
h.text-align : left/center/right;
i.text-decoration : 文本修飾,underline下劃線 / line-through 刪除 / overline 上劃線 / none
j.letter-spacing : 字母間距,字間距
k.word-spacing
5.padding 內(nèi)邊距
6.margin 外邊距
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
web開發(fā)-從零開始-01-常見樣式-三目渣
web開發(fā)-從零開始-01-常見樣式-三目渣:1.width & height 2.background : a.background-color b.background-image:url() c.background-repeat : no-repeat , repeat-x , repeat-y ; d.background-position : 規(guī)范順序 x y ;除了坐標(biāo)取值外,x可取值:left/center/right;y可取值:top/center/botton; e.background-a