My answers:
No uppercase letters in Css file name?
Error in 33: Background color spelled wrong (colour)
Error in 64: not a valid hex #
Error in 37: not a valid hex #
error in 5: No brackets around sections when creating properties for them
Error in 26: no a valid Hex #
Error in 35: random 4
Error in 52: Structured/written incorrectly?
Error in 25: Wrong brackets used [] instead of {}
Error in 67: class tag placed in front of header for hover, idk if this is an error or intentional
got 10 total
Correct answers:
CSC Document (not gonna run wrong)
Error 5: Don't need the angle brackets
6: Let boxes be boxes, let type be type (aka. avoid type rules on main)
8: use %s instead of pts on width
10: no units on margin + padding defined (px, %s)
20: no display diamonds
Error 26: no brackets in css/not a valid hex # (outdated)
30: display:hidden is a valid attribute
33: UTF-8 tells the program we're in America/don't spell colour
Error in 35: random 4
37: another invalid Hex #
41: don't use px for type sizes (inconsistent sizing per browser)
44: drop capital W, width is not a valid attribute for text (Let boxes be boxes, let type be type)
46: hight is spelled wrong
47: you don't need float
Error in 52: current html comment in css sheet, /**/ is correct comment for css
56: cursor: pointer; is a way to immerse the viewer (shows the viewer a hand cursor to tell them it's a link)
63: body is in the wrong place
64: invalid hex #
67:.______ is a class div, if not already defined, it won't do anything