CCS Text Color
Now we know how to choose background color. Let's see how to do that with words.
We use that code:
<h4 style="color:SlateBlue;">Today I can't think</h4>
<p style="color:Violet;">But Larry can. He is violet.</p>
<p style="color:Gray;">Susan can't too, because she is gray.</p>
We use that code:
<h4 style="color:SlateBlue;">Today I can't think</h4>
<p style="color:Violet;">But Larry can. He is violet.</p>
<p style="color:Gray;">Susan can't too, because she is gray.</p>
Today I can't think
But Larry can. He is violet.
Susan can't too, because she is gray.
0 коммент.