css实现2023新年快乐文字遮罩烟花绽放动画效果代码

代码语言:html

所属分类:动画

代码描述:css实现2023新年快乐文字遮罩烟花绽放动画效果代码

代码标签: css 2023 新年 快乐 文字 遮罩 烟花 绽放 动画

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


<!DOCTYPE html>
<html lang="en" >

<head>

  <meta charset="UTF-8">

  
  
<style>
@import url(https://fonts.googleapis.com/css?family=Roboto);

@import url(https://fonts.googleapis.com/css?family=Festive);
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
body {
  padding: 0;
  margin: 0;
  height: 50vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: #051519;
}

.conteiner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
  
  font-size: 15rem;
  font-family: "Roboto";
  font-weight: 900;
  background-image: url(//repo.bfw.wiki/bfwrepo/images/fire/firework-15.gif);
  background-position: -100.........完整代码请登录后点击上方下载按钮下载查看

网友评论0