I have a div that looks like this
<div class="listItem jrFeatured">
I want it to retain all the CSS of listItem but have additional CSS for jrFeatured
But I dont want all jrFeatured to be different only the one thats in listItem
Am I really misunderstanding this or is there a way to achieve what I want?
1 Answer