bootstrap-layout
Version:
Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities
20 lines (17 loc) • 642 B
HTML
{% markdown %}
```html
<!-- Sidebar wrapper -->
<div class="sidebar sidebar-dark" id="my-sidebar" data-scrollable>
<!-- Basic sidebar brand with fixed height -->
<!-- With background -->
<a href="#" class="sidebar-brand sidebar-brand-bg">Brand</a>
<!-- Sidebar brand with fluid height -->
<!-- Wrapped into a generic sidebar element container -->
<!-- With background color and additional vertical spacing -->
<div class="sidebar-block sidebar-brand-bg sidebar-p-y">
<a href="#" class="sidebar-brand">Brand</a>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
</div>
```
{% endmarkdown %}