视频动态背景滑雪网站首页设计效果代码
代码语言:html
所属分类:布局界面
代码描述:视频动态背景滑雪网站首页设计效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<style>
@import url("https://fonts.googleapis.com/css2?family=Nunito&family=Roboto+Slab:wght@900&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
height: 100vh;
display: grid;
place-items: center;
font-family: "Nunito", sans-serif;
--primary: #2c2c2c;
--blue: #14b0ee;
}
h1 {
font-family: "Roboto Slab", serif;
color: var(--primary);
}
ul {
list-style: none;
}
#videoBkg {
posi.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0