摘要:
段落首字母放大是指放大段落开头的字母或者汉字,主要使用了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.
这是一个测试。这是一个测试。这是一个测试。这是一个测试。这是一个测试。这是一个测试。这是一个测试。