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;
}