I think that I have this righ. When I define the <p> in the style sheet, I can also define a variation of the <p> and it is called a class. so...if that is the case, then if this were my <p> from the SS:
<code>
p {
font-family: Arial, helvetica, verdana, sans-serif;
color: #7B80A0;
background-color: transparent;
font-variant: normal;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 16px;
</code>
What would be the easiest way to make the color #9F0000 when I need to highlight several small things in the site.
I know that this is a very basic question, but this will put me right where I need to be, I am teaching myself this as I go along and this is the impression that I have had and need a final answer to...thanks again!
<code>
p {
font-family: Arial, helvetica, verdana, sans-serif;
color: #7B80A0;
background-color: transparent;
font-variant: normal;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 16px;
</code>
What would be the easiest way to make the color #9F0000 when I need to highlight several small things in the site.
I know that this is a very basic question, but this will put me right where I need to be, I am teaching myself this as I go along and this is the impression that I have had and need a final answer to...thanks again!