What effect does the following CSS have?
.header { color: white; }
Sets the background color of elements with the .header class to white.
.header
Sets the text color of elements with the .header class to white.
Sets the border color of elements with the .header class to white.
Has no effect.