`
一湖碧波
  • 浏览: 53001 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

文本排版

    博客分类:
  • css
 
阅读更多

1.段落缩进

p{

   font:12px verdana,arial,sans-serif;

   text-indent:15px;

}

 

2.首字下沉

 

 

<h1>Content is king</h1>
  <p class="dropcap">This is a paragraph. Nothing particularly special about it,but the visitor is going to read it anyway,so it may as well say something useful.</p>

p.dropcap:first-letter{
    float:left;
    width:40px;
    font:60px "Lucida Grande",Arial,sans-serif;
    line-height:50px;
}

 

 

3.字体样式

定义删除线文本:<s>text</s>;或者<strike>text</strike>

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics