Skip to content

使用CSS样式调整单词的首字母大写 #48

@SevenChan07

Description

@SevenChan07
text-transform: capitalize

text-transform 属性介绍:

  1. none: 默认。定义带有小写字母和大写字母的标准的文本。
  2. capitalize: 文本中的每个单词以大写字母开头。
  3. uppercase: 定义仅有大写字母。
  4. lowercase: 定义无大写字母,仅有小写字母。

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions