Blog | 3 Olive Studios

Thursday, March 26, 2009

Quick tip: style links

To make all links the color purple in the site use the following example in the CSS

a{
color:purple;
}

To make all the links in one specific div red instead of purple add this example to the CSS:

.div_name a{
color:red;
}

Labels:

0 Comments:

Post a Comment



Links to this post:

Create a Link

<< Home