Copying/Cloning CSS Classes and Div's
Is it possible to clone CSS classes and ID's and if so how do I go about doing it?
For example I have,
#firstClass {font-size:24px;}
I want that copied into
#secondClass;
and then something similar duplicating an ID.
Thanks in advance.