mia logo

Mia Michalski

Individual List

  1. Line 5- Doesn't need >
  2. Line 15- do not need to end the main
  3. Line 20- displayed as "diamonds"
  4. Line 26- needs { instad of [
  5. Line 35- random 4
  6. Line 52- html comment
  7. Line 54-59-67 { should be after the header

    Group List

  1. Line 5- main needs curly brackets
  2. Line 25- body needs curly brackets
  3. Line 26- hex code does not have enough characters
  4. Line 35- 4 is not a defined div
  5. Line 52- the CSS note is formatted incorrectly
  6. All header nav and header CSS should be after main and before body
  7. Line 63- background color is missing characters.
  8. Line 20- display "diamonds" is not a display option
  9. Line 5-15- there is a HTML code to define main, needs curly brackets
  10. Line 44- type is not defined by these properties
  11. Line 10-13- value for margins not define
  12. Line 11-12- valure for padding not defined
  13. Line 2- comment should say CSS document
  14. Line 36- hover commant is incorrect