用CSS组成单词的字母之间添加或减去空格
要在组成单词的字母之间添加或减去空格,请使用 字母间距属性。
示例
您可以尝试运行以下代码来实现字母间距属性:
<html> <head> </head> <body> <p style = "letter-spacing:4px;"> Asia is a continent. </p> </body> </html>
要在组成单词的字母之间添加或减去空格,请使用 字母间距属性。
您可以尝试运行以下代码来实现字母间距属性:
<html> <head> </head> <body> <p style = "letter-spacing:4px;"> Asia is a continent. </p> </body> </html>