CSS 积累自用

字母都变大:text-transform: uppercase;
首字母变大:text-transform:capitalize;

消除下划线:text-decoration: none;

首行加粗
p::first-line {
font-weight: bold;
}

猜你喜欢

转载自blog.csdn.net/qq_30738155/article/details/125674665
今日推荐