删除线和下划线,文字的间隔
程序员文章站
2023-12-23 13:55:34
...
text {
text-decoration:underline; /*下划线 */
text-decoration: line-through; /* 删除线 */
letter-spacing: 1px; // 间隔
}