这特效确定不学学

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Document</title>

    <style>

        div {

            font-size: 50px;

            color: orange;

            font-weight: 700;

            text-shadow: 5px 5px 6px rgba(0, 0, 0, .3)

        }

    </style>

</head>

<body>

    <div>

        你是阴影,我是火影

    </div>

</body>

</html>

最近更新

  1. TCP协议是安全的吗?

    2024-04-12 11:10:09       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-04-12 11:10:09       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-04-12 11:10:09       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-04-12 11:10:09       20 阅读

热门阅读

  1. 机器学习_XGBoost模型_用C++推理示例Demo

    2024-04-12 11:10:09       51 阅读
  2. intellij idea的快速配置详细使用

    2024-04-12 11:10:09       22 阅读
  3. 两种lca模版

    2024-04-12 11:10:09       17 阅读
  4. CF1951E No Palindromes 题解

    2024-04-12 11:10:09       14 阅读
  5. 洛谷 P1434滑雪

    2024-04-12 11:10:09       24 阅读
  6. 【php快速上手(五)】

    2024-04-12 11:10:09       31 阅读
  7. QT:QT实现TCP协议

    2024-04-12 11:10:09       30 阅读
  8. 设计模式:命令模式

    2024-04-12 11:10:09       54 阅读