If you want to change the text color of all elements with the class "error" to red, which CSS property would you use?
error { color: red; }
.error { color: red; }
* { color: red; }
#error { color: red; }