user89094
9
Q:

css font color


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
/*Here two ways are mentioned*/
#one{
    font-family: 'Impact';
    color: red;
    font-size: 25px;
}
#two{
    font-family: 'Times New Roman';
    color: blue;
    font-size: 50px;
}
.three{
    font-family: 'Impact';
    color: red;
    font-size: 25px;
}
.four{
    font-family: 'Times New Roman';
    color: blue;
    font-size: 50px;
}
0
color: white;
-1

New to Communities?

Join the community