TEXT FORMATTING Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. |
Text Color
The color property is used to set the color of the text. The color is indicated by:
The default content color for a page is characterized within the body selector.
body {
color: red;
}
h1 {
color: yellow;
}
In this illustration, we characterize both the background-color property and the color property:
body {
background-color: lightgreen;
color: red;
}
h1 {
background-color: yellow;
color: black;
}
Required fields are marked *
Get all latest content delivered to your email free.