What effect does the following CSS code have?
.article, .summary { color: #00FF00; }
Changes the text color of elements with article or summary classes to green.
article
summary
Changes the background color of elements with article or summary classes to green.
Has no effect.
Changes the border color of elements with article or summary classes to green.