gif文字背景遮罩动画效果效果代码

代码语言:html

所属分类:背景

代码描述:gif文字背景遮罩动画效果效果代码

代码标签: 遮罩 动画 效果 效果

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

<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">

    <link href="https://fonts.googleapis.com/css?family=Lato:900|Rye&display=swap" rel="stylesheet">
    <style>
        h1 {
            text-align: center;
            color: aliceblue;
            font-size: 20px;
            line-height: 50px;
        }
        body {
            background-color: #252854
        }
        .wrapper {
            background: #252854;
            width: 100%;
            height: 500px;
            border-radius: 5px;
            position: relative;
        }
        .text {
            flex: 0 0 100%;
            font-size: 14rem;
            font-weight: 900;
            color: #00000000;
            text-align: center;
            font-family: 'Lato', sans-serif;
            position: absolute;
            left: 50%;
            top: 50%;
            t.........完整代码请登录后点击上方下载按钮下载查看

网友评论0