bootstrap实现导航栏+内容去+菜单滑动特效
今天给大家分享一个快速搭建导航页的demo,先展示一下效果图
顶部是我们logo区域,左侧是菜单栏,右侧是对应菜单的内容区域。
在写页面之前,先引入我们需要的通用css
<body style="height: 100vh">
<nav class="navbar navbar-dark bg-dark" style="padding-right: 0px;height: 9%;color: wheat;justify-content:flex-start">
<a class="navbar-brand" href="#">Logo</a>
</nav>
<div class="container-fluid" style="height:90%">
<div id="main" class="row" style="height:100%">
<div id="left" class="col-md-2 bg-dark" style="height:100%;">
<ul class="list-group list-group-flush bg-dark">
<li class="list-group-item active bg-dark"><a class="stretched-link" href="./index.html" target="content">
<i class="glyphicon glyphicon-home"></i>首页</