In this code along exercise we will apply some CSS box styles such as background images, gradients, drop shadows, and borders. All the files you need to follow along are provided and opening this code along on the in-browser IDE will fork and clone down a copy for you, but if you would like to continue working from your personal exceptional-realty repository:
git clone https://github.com/<your_username_here>/exceptional-realty
cd exceptional-realty
We'll work on a new branch in this code along, so go ahead and create a branch called navbar-and-background-styles.
Note: If you are using the in-browser IDE, you won't be able to open images directly from the directory tree. However, you can still reference the images in your HTML and will be able to see them if you run httpserver in your IDE terminal to temporarily host your index.html.
The gradient code that is copied and pasted in the exercise is located at the bottom of this lesson. <iframe width="640" height="480" src="//" frameborder="0" allowfullscreen></iframe>