What effect does the following CSS code have?
.article, .summary { color: #00FF00; }
Has no effect.
Changes the border 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.
Changes the text color of elements with article or summary classes to green.