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