how to change paragrah color in css code example
Example 1: changong text color css
color: #EAF6F6;
color: red;
color: rgb(255, 255, 255);
Example 2: css font color
color:#ffffff;
color: #EAF6F6;
color: red;
color: rgb(255, 255, 255);
color:#ffffff;