LoginSignup
1
0

More than 1 year has passed since last update.

text-transform【CSS】要素のテキストを大文字にする

Last updated at Posted at 2022-03-25
要素 {
    text-transform: uppercase; 
}

大文字以外にも以下のような指定が可能。代表的なものを挙げています。

仕様
uppercase 全て大文字
lowercase 全て小文字
capitalize 単語の先頭を大文字
none 変換させない

詳細
https://developer.mozilla.org/ja/docs/Web/CSS/text-transform

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0