GitHub 博客园 Nanakon

☀【CSS3】文本描边 text-stroke / 文本填充色 text-fill-color

如果丘处机没有路过牛家村,中国将是最发达国家
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8">
    <title></title>
    <style type="text/css">
        .box {
            background-color: #FF0;
            color: #0F0;
            font-size: 50px;
            -webkit-text-stroke: 1px #00F;
            -webkit-text-fill-color: transparent;
        }
    </style>
</head>
<body>
    <div class="box">如果丘处机没有路过牛家村,中国将是最发达国家</div>
</body>
</html>

 

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

导航

轻音