css变量实现滚动鼠标文字变粗动画效果代码

代码语言:html

所属分类:动画

代码描述:css变量实现滚动鼠标文字变粗动画效果代码

代码标签: 文字 变粗 动画

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

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">




    <style>
        @font-face {
        	font-family: "Bandeins Strange";
        	src: url("//repo.bfw.wiki/bfwrepo/font/bandeins-strange-variable.ttf");
        	font-weight: 300 700;
        }
        
        body {
        	background-color: #EB2B27;
        	height: 140vh;
        }
        
        h1 {
        	position: fixed;
        	width: 100%;
        	font-family: "Bandeins Strange";
        	font-size: 4rem;
        	text-align: center;
        	font-variation-settings: "wght" 1.........完整代码请登录后点击上方下载按钮下载查看

网友评论0