css文字塌陷悬浮动画效果

代码语言:html

所属分类:悬停

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


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

<style>
body {
  background: AliceBlue;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

h1 {
  font-family: termina;
  font-size: 15vmin;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
h1 > span {
  white-space: nowrap;
}
h1 > span > span {
  display: inline-block;
  position: relative;
  background-color: AliceBlue;
  color: t.........完整代码请登录后点击上方下载按钮下载查看

网友评论0