โฅโฅโฅ
time
60
score
0
What does this CSS rule do?
p {
color: red;
}
โ
color sets the text color. The selector p targets paragraphs.