Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enginooby-practice/bootstrap
https://github.com/enginooby-practice/bootstrap
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enginooby-practice/bootstrap
- Owner: enginooby-practice
- Created: 2020-08-01T05:31:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T15:36:57.000Z (over 4 years ago)
- Last Synced: 2024-11-07T15:38:21.410Z (2 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
- Embed Bootstrap from CDN
- Download Bootstrap to use locally
[[URL](https://getbootstrap.com/docs/4.5/getting-started/introduction/#starter-template)]# Main
### Grid
[[URL](https://getbootstrap.com/docs/4.5/layout/grid/#grid-options)]
- Grid units: 12
- Breakpoints for grid### Navigator bar
- Fix on top: ```.fixed-top```
- Put bar outside ```"container"```, or inside ```"container-fluid"``` to display at full width
- If use fixed bar, add top margin for ```"container"``` to avoid overlapping