├── .gitignore ├── README.MD └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- 1 | # An Introduction to Bootstrap 4 2 | This repository holds the source code for my [YouTube series](https://www.academind.com/learn/css/bootstrap-4-tutorial/) on [Bootstrap 4](http://getbootstrap.com/). -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |