Skip to content

Week 3 Drill - Practice finding bugs, making the necessary revisions, and using Git to track those changes (Beginning State)

Notifications You must be signed in to change notification settings

romyromano/fed-git-them-bugs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Them Bugs Drill

Practice finding bugs, making the necessary revisions, and using Git to track those changes

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

About

Week 3 Drill - Practice finding bugs, making the necessary revisions, and using Git to track those changes (Beginning State)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.5%
  • CSS 27.5%