Say I have a text class:
.textA {font: 10pt Arial}
.textAPadding {padding-top: 8px;}
How can I write it so that .textAPadding inherits the .textA font and other stuff that I may want there?
I can't use this as an id="" because I want to use it more than once on a page.
Start Free Trial