spline实现炫酷动态彩色线条背景企业官网ui设计代码

代码语言:html

所属分类:布局界面

代码描述:spline实现炫酷动态彩色线条背景企业官网ui设计代码

代码标签: spline 炫酷 动态 彩色 线条 背景 企业 官网 ui 设计 代码

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

<!DOCTYPE html>
<html lang="en">
<head>
 
<meta charset="UTF-8">
 
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 
<title>Digital Experience</title>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/tailwindcss.3.4.16.js"></script>
 
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
 
<style>
   
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
   
   
* {
     
margin: 0;
     
padding: 0;
     
box-sizing: border-box;
     
font-family: 'Inter', sans-serif;
   
}
   
    body
, html {
     
height: 100%;
     
overflow: hidden;
     
font-size: 16px;
   
}
   
   
.spline-container {
     
position: absolute;
     
width: 100%;
     
height: 100%;
     
z-index: -1;
   
}
   
   
.content-container {
     
position: relative;
     
z-index: 10;
     
height: 100vh;
   
}

    h1
, h2, h3, h4, h5, h6 {
     
letter-spacing: -0.02em;
     
font-weight: 600;
   
}
 
</style>
</head>
<body class=&q.........完整代码请登录后点击上方下载按钮下载查看

网友评论0