p { color: #1d4ed8; }The p selector chooses paragraphs, while the color property sets the text colour.
LESSON 01 OF 100
Write a complete CSS rule for a paragraph.
A style rule has a selector followed by a block in braces. Inside it, each declaration has a property, a colon and a value.
p { color: #1d4ed8; }The p selector chooses paragraphs, while the color property sets the text colour.
p { color #1d4ed8 }Without the colon, the sequence is not a valid declaration and is ignored.
Complete the rule so the paragraph uses #1d4ed8.
The selector identifies the target; the valid declaration changes one property on that target.
ANALYSIS REQUEST
The initial discussion is without obligation. You receive an honest recommendation, suitable stages and the factors that affect price.