Getting started with Bootstrap 4

What is Bootstrap? By now you have heard me talk about it. Well, simply put, Bootstrap is a CSS framework for creating websites. It uses a "mobile first" approach so that every one of your sites/apps are mobile-friendly at launch without you having to do anything. When you build a site from scratch and you create your CSS classes for the layout of the site. With Bootstrap, all of that work is done for you. All you need to worry about is how you want things to appear on a page. If building a site is like building a LEGO set, then Bootstrap would be the LEGO bricks....They are already there for you to use; you just need to know how to use them.

So, let's get started. While this set of lessons won't show you everything, it will show you the basic pieces you need to build a Bootstrap site along with some of the tips and tricks I have learned along the way.