当前位置:Gxlcms > html代码 > css段落首字母下沉_html/css_WEB-ITnose

css段落首字母下沉_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:32人阅读

摘要:

  段落首字母放大是指放大段落开头的字母或者汉字,主要使用了css的first-letter伪类选择器。

单行放大:

  在第一行内放大,效果如下:

        Document        

This is a test article. This is a test article.

This is a test article. This is a test article.

这是一个测试

注意:first-letter支持IE7+,first-line支持IE8+

多行放大:

  效果如下:

        Document        

This is a test article. This is a test article.This is a test article. This is a test article.This is a test article. This is a test article.

这是一个测试。这是一个测试。这是一个测试。这是一个测试。这是一个测试。这是一个测试。这是一个测试。

人气教程排行