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;
}
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: Quick tip


0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home