Campus adventure
I was walking on campus, when...
I was walking on campus, when...
Bootstrap calls them carousels. Here's one:
Lesson contents
The dropdown is one of the easiest BS components, so it's a good place to start.
Say you're writing a choose-your-own-adventure game. One of these things:
Lesson contents
Accessibility is about making websites that people with disabilities can use. For example, blind people use screen readers, software that reads out a webpage's contents. A webpage can help a screen reader do its work, or get in the way, depending on how the page is designed.
We want a site with a header, a sidebar, a content area, and a footer. Like this:
Here's the code for a non-responsive version.
Lesson contents
Warning!
This part of the course was updated recently. It was about Bootstrap version 4. Now it's about BS 5.
Use a Bootstrap theme to make a page look different.
Make a navbar and footer you can reuse.
Make a responsive page about pancakes.
Override Bootstrap's styles with our own.