vertical-align:垂直文字對齊
text-decoration:規定新增到文字的裝飾
text-shadow:文字陰影效果
white-space:空白符的處理
unicode-bidi:設定文字的方向
width、height、margin 、margin-top、margin-right、 margin-bottom、margin-left、border、border-style、border-top-style、border-right-style、border-bottom-style、border-left-style、border-width、border-top-width、border- right-right、border-bottom-width、border-left-width、border-color、border-top-color、border-right-color、border-bottom-color、border-left-color、border-top、border- right、border-bottom、border-left、padding、padding-top、padding-right、padding-bottom、padding-left
background、background-color、background -image、background-repeat、background-position、background-attachment
float、clear、position、top、right、bottom、left、min-width、min- height、max-width、max-height、overflow、clip、z-index
content、counter-reset、counter-increment
outline-style、outline-width、outline-color、outline
size、page-break-before、page- break-after
pause-before、pause-after、pause、cue-before、cue-after、cue、play-during
font:組合字體
font-family:規定元素的字體系列
font- weight:設定字體的粗細
font-size:設定字體的尺寸
font-style:定義字體的風格
##font-variant:設定小型大寫字母的字體顯示文本,這意味著所有的小寫字母均會被轉換為大寫,但是所有使用小型大寫字體的字母與其余文本相比,其字體尺寸更小。 font-stretch:對目前的 font-family 進行伸縮變形。所有主流瀏覽器都不支援。 font-size-adjust:為某個元素規定一個 aspect 值,這樣就可以保持首選字體的 x-height。 2、文字系列屬性text-indent:文字縮排text-align:文字層級對齊line-height:行高word-spacing:增加或減少字間的空白(即字間隔)letter-spacing:增加或減少字元間的空白(字元間距)text- transform:控製文字大小寫direction:規定文字的書寫方向color:文字顏色3、元素可見性visibility#4、表格佈局屬性caption-side、border-collapse、border-spacing、empty-cells、table-layout#5、清單佈局屬性# list-style-type、list-style-image、list-style-position、list-style6、產生內容屬性quotes#7、遊標屬性cursor8、頁面樣式屬性#page、page-break-inside、windows、orphans9、聲音樣式屬性 #speak、speak-punctuation、speak-numeral、speak-header、speech-rate、volume、voice-family、pitch、pitch-range、stress、richness、、azimuth、elevation三、所有元素可以繼承的屬性1、元素可見性visibility2、遊標屬性cursor#四、內聯元素可以繼承的屬性1、字型系列屬性2、text-indent、text-align以外的文字系列屬性五、區塊級元素可以繼承的屬性1、text-indent、text-align以上是CSS中可以及不可以繼承的屬性有哪些的詳細內容。更多資訊請關注PHP中文網其他相關文章!