bootstrap-layout
Version:
Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities
11 lines (9 loc) • 294 B
HTML
{% markdown %}
> Before closing the `<head>` tag:
```html
<!-- Bootstrap 4 -->
<style rel="stylesheet" href="node_modules/bootstrap/dist/bootstrap.min.css">
<!-- Bootstrap Layout -->
<style rel="stylesheet" href="node_modules/bootstrap-layout/dist/bootstrap-layout.css">
```
{% endmarkdown %}