GitHub 博客园 Nanakon

☀【CSS3】文本阴影 text-shadow

如果丘处机没有路过牛家村,中国将是最发达国家
如果丘处机没有路过牛家村,中国将是最发达国家
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8">
    <title></title>
    <style type="text/css">
        .box1 {
            background: #F00;
            text-shadow: 2px 2px 5px #333, -2px -8px 5px #333;
        }
        .box2 {
            background: #F00;
            text-shadow: 1px 1px 1px #FFF;
        }
    </style>
</head>
<body>
    <div class="box box1">如果丘处机没有路过牛家村,中国将是最发达国家</div>
    <div class="box box2">如果丘处机没有路过牛家村,中国将是最发达国家</div>
</body>
</html>

 

posted on 2012-05-14 13:52  jzm17173  阅读(136)  评论(0编辑  收藏  举报

导航

轻音