CSS常用排版语句
作者:
阿r阿r | 来源:发表于
2017-03-29 16:13 被阅读0次字体
body{font-family:”宋体”;}
微软雅黑:Microsoft Yahei
字号颜色
Body{font-size:12px;color:#666;}
粗体
p span{font-weight:bold;}
斜体
p a{font-style:italic;}
下划线
p a{text-decoration:underline;}
删除线
.oldPrice{text-decoration:line-through;}
缩进
p{text-indent:2em;}
行高
p{line-height:2em;}
字母间距
h1{letter-spacing:20px;}
英文单词间距
h1{word-spacing:20px;}
居中
h1{text-align:center;}
居左
h1{text-align:left;}
居右
h1{text-align:right;}
本文标题:CSS常用排版语句
本文链接:https://www.haomeiwen.com/subject/vexyottx.html
网友评论