bootstrap实现全屏滚动时间线刻度文字导航效果代码
代码语言:html
所属分类:菜单导航
代码描述:bootstrap实现全屏滚动时间线刻度文字导航效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.3.3.4.css">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css">
<style>
.wrapper {
min-height: 100vh;
font-family: "Roboto Slab", serif;
font-weight: 300;
color: #fff;
position: relative;
}
section {
height: 100vh;
font-size: 40px;
font-weight: 100;
background-color: #22A7F0;
display: flex;
justify-content: center;
align-items: center;
}
section:nth-child(1) {
background: white;
}
section:nth-child(2) {
background: #F64747;
}
section:nth-child(3) {
background: #22A7F0;
}
section:nth-child(4) {
background: #F9690E;
}
section:nth-child(5) {
background: #9B59B6;
}
section:nth-child(6) {
background: #03C9A9;
}
section:nth-child(7) {
background: #ffcc00;
}
.nav__wrapper {
position: fixed;
height: 100%;
padding: 30px;
display: flex;
flex-flow: column nowrap;
justify-conte.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0