text color css w3 code example
Example 1: css change text color
p{
color: White;
}
Example 2: css how to change font colr
html {
color: #f3f3f3;
font-family: cursive;
font-size: 25px;
}
Example 3: font color css
Don't use keywords like green, orange, red or so on because browsers will interpretate them in differen colors. Use rgb or hex instead