文字排版-字体
body{
font-family:"宋体";
}
字号、颜色
body{
font-size:10px;
color:#666;
}
注意没有引号
粗体
body{
font-weight:bold;
}
斜体
body{
font-style:italic;
}
下划线
p{
text-decoration:underline;
删除线
span{
text-decoration:line-through;
}
缩进
p{text-indent:2em;}
行间距(行高)
p{line-height:1.5em;}
中文字间距、字母间距
h1{
letter-spacing:50px; /*设置文字间隔或者字母间隔*/
}
h1{
word-spacing:50px; /*设置字母与字母之间的间距*/
}
对齐
h1{
text-align:center;
text-align:left;
text-align:right;
}
点击查看更多内容
14人点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦