css常用屬性

2021-08-09 13:46:15 字數 494 閱讀 1108

文字屬性:

font-size font-family(字型型別)

文字屬性:

color text-decoration(下劃線 none underline) text-align(對齊方式 left center right)

背景屬性:

background-color background-image(格式:屬性:url("位址");) background-repeat(平鋪方式)

列表屬性:

list-style-type(列表項前的小標誌) list-style-image(列表前的小 格式:屬性:url("位址"))

尺寸屬性:

width height

顯示屬性:

display(none block-塊級顯示 inline-行級顯示)

浮動屬性:

float(left right)使相鄰div不正常,可以用clear(left right both)清除浮動

css 常用屬性

字型屬性 font 大小font size x large 特大 xx all 極小 一般中文用不到,只要用數值就可以,單位 px pd 樣式font style oblique 偏斜體 italic 斜體 normal 正常 行高line height normal 正常 單位 px pd em粗...

CSS常用屬性

css常用屬性 1.color,background color 表示顏色的關鍵字,16進製制數 中提供的color scheme工具 2.font family 該屬性的值可以是一組字型,按喜歡程度排序的字型列表。一些中文字型的列表 windows的一些 新細明體 pmingliu 細明體 min...

css常用屬性

網頁布局常用的樣式屬性 color 999999 文字顏色 font family 宋體,sans serif 文字字型 font size 9pt 文字大小 font style itelic 文字斜體 font variant small caps 小字型 letter spacing 1pt ...