For this challenge we were told to open a CSS document and make a list of issues we found:

When looking at the code I found the following issues:

2. Line 10 needs a unit.
3. Line 11 needs a unit.
4. Line 13 needs a unit.
5. In Line 15, no end bracket is needed.
6. Lines 25 and 27 use the wrong bracket.
7. In Line 33, "color" is spelled wrong.
8. In Line 26, the color code needs more digits.
9. In Line 45, "width" is capitalized.
10. In Line 46, "height" is spelled wrong.
11. Line 52 is an HTML note, not a CSS one.
12. In Line 60, there is a space between "color" and the colon.

While discussing in class, we found these additional errors:

1. Line 2 says "CSC" instead of "CSS."
2. Line 7 is not needed.
3. Line 6 is not needed.
4. Line 8 needs to use "%" instead of "px."
5. Line 20 does not exist.
6. In Line 41, the type size needs to be in "em."
7. In Line 45, width is a box property2
8. Line 47 is unnecessary.
9. Line 64 needs to have 6 digits for the color code.