Now, we're getting to the point where we are ready to start attaching our CSS reference to this page, and we're going to see some differences in the way it's going to look because of that. So, this means that we're getting into creating our Sass file and building that out. Gulp is then going to run behind the scenes automatically when it detects those changes, do the pre-processing, and deploy that Sass code as CSS into our CSS file. So, right now, there are a few things on the index.html page that we want to update, but we need not worry about them as the CSS is going to come in and start fixing all of this.
Now that we know our layout is pretty well intact, we can proceed with our Sass build out. There's quite a bit of Sass that we're going to be working on here, so we're going to start off by creating a few variables...