css文字屬性 文字轉換(CSS屬性)

2021-10-24 04:16:57 字數 516 閱讀 8538

css文字屬性

text-transform

文字轉換

: 繼承 }

;; this property controls if and how an element』s text content is capitalized.

此屬性控制是否以及如何大寫元素的文字內容。

these style rules makeh1headings use only uppercase letters, while the first letter of each word inh2headings will be uppercased:

這些樣式規則使h1標題僅使用大寫字母,而h2標題中每個單詞的首字母將大寫:

h1 

h2

翻譯自:

css文字屬性

CSS文字屬性

一 可以被繼承的屬性 font size font family font weight font style line height color text align text indent 二 文字大小 屬性值為數值型,必須給屬性值加單位,屬性值為0時除外。單位可以是pt px em 9pt 1...

CSS 文字屬性

1 縮排文字 text indent 3em 段落首行縮排給定長度 只應用於塊級元素,無法將這個屬性應用與行內元素。影象之類的替換元素上也無法應用text indent屬性。可以繼承 如果要設定成負值,為了防止超出邊界,建議的寫法如下 p2 水平對齊 text align left center r...

css 文字屬性

字型顏色color 字元間距letter spacing 文字背景色background color 行間距line height 90 10px,0.3 對齊文字text align 文字修飾text decoration 取值 overline line through underline bl...