adding color to text with css code example
Example 1: text color css
.class {
color: white;
}
Example 2: text color css
body {
color: blue;
}
h1 {
color: green;
}
.class {
color: white;
}
body {
color: blue;
}
h1 {
color: green;
}