Practice finding bugs, making the necessary revisions, and using Git to track those changes
- All the styles from our stylesheet is missing.
- Hint: Verify that the stylesheet is referenced properly
- The text "My favourite shows on Netflix" should be red.
- Hint: Verify the h2 has the color of red assigned to it
- The Lorax image is not loading.
- Hint: Verify that the path to the Lorax image is correct
- The title text should read "I Love Netflix" (not "I Love Nerdflix")
- Hint: Verify the content between the
<h1>
tags
- The images should span 100% wide across its parent container.
- Hint: Verify the image's width is 100%
- The footer should be grey.
- Hint: Verify that the footer has a background-color of #333333