From the course: CSS: Scrolling and Parallax

Using the exercises for this course - CSS Tutorial

From the course: CSS: Scrolling and Parallax

Using the exercises for this course

- [Instructor] All the files for this course are freely available at a GitHub Repo at this URL. The repository is built so that there are branches for each of the videos in the course. You can use this branch pop-up right here to switch to a specific branch and take a look at the code at that stage. For example, if you see a video titled 02_06b, that would show you the code on Chapter Two and the sixth video in that chapter. If you see a b at the end of the name, it means that's how the code looked at the beginning of the video. If you see an e at the end of the branch, that's how the code looked at the end of the video. If you want to, you can download any of these branches by first going to the branch, and then hitting Clone or Download and downloading the ZIP file for the video that you want to follow along with. You can also just go to the main page and Clone or Download the entire project. You may need to install NPM as well as Git before you do this. If you install Git on a PC, make sure you also download the Git Bash application, which is part of the Git installation. This is going to allow you to run Linux commands on your machine. Here's where you can get a copy of Node.js. Now if you need more experience working with Git and GitHub, now make sure you're familiar with working with Git and GitHub and web projects before taking this course. Do a search for Learning Git and GitHub in our library if you need more help. If you're comfortable with this, then let's get started.

Contents