Question: Which is a best practice for working with WordPress CSS?

  1. Use !important next to styles if they don't give you the result you want.
  2. Use hyphens in class names.
  3. Use spaces to indent each property.
  4. Avoid CSS shorthand for proper documentation.

Answer: The correct answer of the above question is Option C:Use spaces to indent each property.