In the below example, I want to create a CSS rule that applies only to the header with the text \"Blockhead\".
h3 is not inside .pokey so you must ommit .pokey from the rule
All u'd be able to do is
.gumby h3 {}
or do this
Blockhead Clay rules .gumby.pokey h3 {}
if a tag has more than one class you can pile them up in css if you don't use a space character