📌  相关文章
📜  如何使文本中的每个单词都以大写字母开头? - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:29.949000             🧑  作者: Mango

代码示例2
h1 {
  text-transform: capitalize;
}