Text Color
CSS allows developers to specify the color of the text in addition to the background color. The property name for this is simply color:
.
The color property is an “inherited” property. This means a developer can define a color property value in a top-level element, and it will be “inherited” by all children elements.
- Previous
- Next