Completed
Add responsiveness and sidebar auto-hide
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Bootstrap by creating a custom admin theme - Intermediate Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 initialize git
- 2 initialize npm
- 3 initialize web pack
- 4 initialize font awesome
- 5 web pack config file
- 6 initialize bootstrap sass and associated required files
- 7 set up project src directory and structure
- 8 configure webpack.config.js
- 9 set up index.html file
- 10 setup our Sass files and import Bootstrap Sass files
- 11 Bootstrap grid basics
- 12 Bootstrap form basics
- 13 Bootstrap table basics
- 14 Bootstrap card basics
- 15 Bootstrap buttons, alerts, dialogs
- 16 setup our App HTML structure
- 17 CSS for navigation header
- 18 CSS for sidebar
- 19 Override bootstrap defaults
- 20 Add responsiveness and sidebar auto-hide
- 21 Add mobile toggle via CSS
- 22 Add mobile toggle javascript