這裏顯示兩個版本的差異處。
下次修改 | 前次修改 | ||
webdesign:head_rush_html_8_9 [2007/08/08 14:56] wenpei Document moved from webdesign:head_rush_html_8 |
webdesign:head_rush_html_8_9 [2007/08/11 17:35] (目前版本) wenpei |
||
---|---|---|---|
行 30: | 行 30: | ||
===== Chapter Nine ===== | ===== Chapter Nine ===== | ||
+ | |||
+ | ==== 文字 ==== | ||
+ | font-family: Verdana, Geneva, Arial, sans-serif; | ||
+ | font-size: 14px; // 150% 1.2em(父元素字型大小的 1.2 倍) | ||
+ | font-size: small; // medium large x-large xx-large | ||
+ | color: silver; | ||
+ | font-weight: bold; | ||
+ | text-decoration: underline; | ||
+ | font-style: italic; //斜體 | ||
+ | line-height: 1.6em; // 行高 | ||
+ | |||
==== 字型家族 ==== | ==== 字型家族 ==== | ||
在 CSS 中設定 font-family: | 在 CSS 中設定 font-family: |