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; align-items: center; height: 100vh; position: relative; background: #eee; text-align: center; padding: 0 2em; } .et-hero-tabs h1, .et-slide h1 { font-size: 2rem; margin: 0; letter-spacing: 1rem; } .et-hero-tabs h3, .et-slide h3 { font-size: 1rem; letter-spacing: 0.3rem; opacity: 0.6; } .et-hero-tabs-container { display: -webkit-box; display: flex; -webkit-box-orient: horizontal.........完整代码请登录后点击上方下载按钮下载查看
网友评论0