在 CSS 中设置字符间的空格
使用letter-spacing 属性来设置字符之间的间距。你可以尝试运行以下代码来实现letter-spacing 属性
示例
<html> <head> </head> <body> <p style = "letter-spacing:3px;"> Asia is a continent. </p> </body> </html>
广告
使用letter-spacing 属性来设置字符之间的间距。你可以尝试运行以下代码来实现letter-spacing 属性
<html> <head> </head> <body> <p style = "letter-spacing:3px;"> Asia is a continent. </p> </body> </html>