說明:阿Q的教學樣式的內容,只會包括阿Q懂的...所以如果你也有阿Q不懂的,也歡迎來教教阿Q喲!!
文字字體 font-family: “comic sans ms”, Georgia;
“”中為首要表示文字,也可加逗號增加字體
文字顏色 font-color: #000000;
可簡寫color: #000000;
文字大小 font-size: 12px;
其單位可為pt.em等…
文字樣式 font-style: normal;
normal正常
italic斜體
文字粗細 font-weight: bold;
normal正常
bold粗體
bolder特粗體
lighter細體
文字裝飾 text-decoration: underline;
none無裝飾
blink閃爍
underline下劃線
line-through刪除線
overline上劃線
字母字體 font-variant: small-caps;
normal正常
small-caps小型的大寫字母
字體轉換 text-transform: lowercase;
none無轉換
capitalize每個單詞的字母大寫
uppercase轉換成大寫
lowercase轉換成小寫
文字行高 line-height: 150%;
normal默認行高
另可用百分比行高或單位行高
文字間隔 letter-spacing: 0.5pt;
normal默認間隔
另可用單位間隔, 如0.5pt或1px等...
文字間距 word-spacing: 10px;
normal默認間距
另可用單位間隔
內容對齊 text-align: center;
left靠左對齊
center靠中對齊
right靠右對齊
