css实现文字拉伸长阴影效果代码

代码语言:html

所属分类:布局界面

代码描述:css实现文字拉伸长阴影效果代码

代码标签: css 文字 拉伸 阴影

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">



    <style>
        body{
          background: #0f0;
          line-height: 80px;
        }
        #hello{
          position: absolute;
          font-weight: bold;
          margin:0;
          text-align: left;
          padding:10px 20px;
          font-size: 60px;
          font-family: Sans-serif;
          color: #fff;
        }
    </style>


</head>

<body>
    <div id="hello">BFW.WIKI BFW.WIKI BFW.WIKI BFW.WIKI
    </div>


    <script>
        let r = 0;
        let dom = docume.........完整代码请登录后点击上方下载按钮下载查看

网友评论0