change color text code example
Example 1: text color css
.class {
color: white;
}
Example 2: css how to change font colr
html {
color: #f3f3f3;
font-family: cursive;
font-size: 25px;
}
Example 3: text background color css
body {
background-color:rgb(130, 50, 29);
}
Example 4: text color css
.YourClass {
color: #ff0000;
}
Example 5: changong text color css
color: #EAF6F6;
color: red;
color: rgb(255, 255, 255);