Thread: Specificy
View Single Post
Old 14-04-2008, 22:51   #1 (permalink)
campbell
Web Hoster
 
Join Date: Jan 2008
Location: Canada
Posts: 122
Specificy

On a website I am making, if i have two divs, one called "right" and the other "left" and I want the <strong> text to appear different in both, would I do something like this in the css file.

. right strong{
color: 123456;

}

. left strong{
color: 654321;

}
  Reply With Quote