How To Use Bootstrap Offline
- Go to getbootstrap.com/docs/5.0/getting-started/d.. and download the first file.
- Unzip the file. It should be something like this.
- Create a
index.html
file and link the bootstrap's css and js, also include the meta tags, they are important.
- You can include the css and js in any folder in the project.
- Next include nice bootstrap css in the
body
tag and have an awesome layout!
ย