--- id: 587d781c367417b2b2512ac0 title: 使用 text-transform 屬性給文本添加大寫效果 challengeType: 0 videoUrl: 'https://scrimba.com/c/cvVZQSP' forumTopicId: 301081 dashedName: use-the-text-transform-property-to-make-text-uppercase --- # --description-- CSS 裏的 `text-transform` 屬性可以改變英文字母的大小寫。 使用這個屬性時,我們無需改變 HTML 元素中的文本也可以統一頁面裏英文的顯示。 下面的表格展示了 `text-transform` 的不同值對文字 “Transform me” 的影響:
值 | 結果 |
---|---|
lowercase | "transform me" |
uppercase | "TRANSFORM ME" |
capitalize | "Transform Me" |
initial | 使用默認值 |
inherit | 使用父元素的 text-transform 值。 |
none | Default:不改變文字。 |
Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.
Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.