jquery粘性导航条滚动页面效果
代码语言:html
所属分类:菜单导航
代码描述:jquery粘性导航条滚动页面效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<style>
body {
font-family: "Century Gothic", 'Lato', sans-serif;
}
a {
text-decoration: none;
}
.et-hero-tabs,
.et-slide {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0