--- 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 | デフォルト: 元のテキストを使用する |
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.