zoukankan      html  css  js  c++  java
  • ☀【CSS3】文本阴影 textshadow

    如果丘处机没有路过牛家村,中国将是最发达国家
    如果丘处机没有路过牛家村,中国将是最发达国家
    <!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>
  • 相关阅读:
    makefile
    xcode
    centos
    debug
    服务器开发
    socket
    xcode
    调用cpp库更基本
    nodejs cpp动态库
    html5图片裁剪法--
  • 原文地址:https://www.cnblogs.com/jzm17173/p/2499309.html
Copyright © 2011-2022 走看看