J. Doe
9
Q:

font color css

HTML
<body>
  <p style="color:#FF0000";>Red paragraph text</p>
</body>
3

body {
  color: blue;
}


h1 {
  color: green;
} 
5
h1 {  
  color: green;
} 
16
p{
	color: White;
}
6
color:#ffffff; /*!important; to overwrite inline css*/
1
color: #EAF6F6;

color: red;

color: rgb(255, 255, 255);
2
color:#ffffff;
2
<script>//for typewriter font:</script>

<tt>
  <h1>Example Text</h1
</tt>
1
color: white;
-1

New to Communities?

Join the community