码迷,mamicode.com
首页 > Web开发 > 详细

css格式化排版

时间:2017-08-20 18:29:29      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:through   soft   under   排版   --   lin   nbsp   垂直居中   微软   

body{
font-family:"宋体";
}
body{
font-family:"Microsoft Yahei",“微软雅黑”;
}

2.文字排版--字号、颜色:

body{
font-size:12px;
color:#666;
}

3.文字排版--粗体:

  p span{

    font-weight:bold;

}

 

4.文字排版--斜体:

  p a{

    font-style:italic;

}

 

5.文字排版--下划线:

  p a{

    text-decoration:underline;

}

 

6.删除线:

 .oldprice{

    text-decoration:line-through;

}

 

7.段落排版--缩进:

p{

    text-indent:2em;

}

 

8.段落排版--行间距:

p{

    line-height:15px; 行高,设置文字垂直居中的方法

}

 

9.段落排版--中文字间距,字母间距:

h1{

   letter-spacing:20px;中文间距

}

h2{

   wold-spacing:20px;英文间距

}

 

10.段落排版--对齐:

h1{

   text-align:center/left/right   居中/居左/居右

}

css格式化排版

标签:through   soft   under   排版   --   lin   nbsp   垂直居中   微软   

原文地址:http://www.cnblogs.com/lucky-n/p/7400543.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!