美文网首页
文字描边

文字描边

作者: Simon_s | 来源:发表于2016-10-04 18:26 被阅读4次
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>文字描边</title>
    
        <style>
    
        #box{
    
            font-size: 50px;
            font-weight: 900;
            /*只支持 safari chrome*/
            -webkit-text-stroke: 1px red;
    
        }
    
    </style>
    

    </head>
    <body>

    <div id="box">
        采菇凉的小蘑菇
    </div>
    

    </body>
    </html>

    相关文章

      网友评论

          本文标题:文字描边

          本文链接:https://www.haomeiwen.com/subject/fuqsyttx.html