mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): small typo in the "Basic Anatomy of a CSS Rule" page (#65412)
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ p {
|
||||
|
||||
In this CSS rule, a type selector targets all paragraph elements on the page.
|
||||
|
||||
Inside the declaration block, there is a one declaration.
|
||||
Inside the declaration block, there is one declaration.
|
||||
|
||||
The declaration consists of the `color` property with a value set to `blue`. This will change the text color for all paragraph elements to `blue`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user