源代码如下,有兴趣的朋友简单的阅读分析一下。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

<title>段落进行首字放大</title>

<style type="text/css">

    p .firstChar{

        font:bold 60px arial;

        float:left;

        padding-right:5px;

        color:red;

    }

</style>

</head>

<body>

    <p><span class="firstChar">洪</span>哥笔记,www.splaybow.com。</p>

</body>

关于CSS段落首字放大效果,本文就介绍这么多,希望对您有所帮助,谢谢!

03-16 00:05