I have 2 HTML elements that are of the same type. One element has an ID of thing1 the other has an ID of thing2. The class attributes for both of these elements are different as well.
I want both of these HTML elements to use 1 CSS class that I have written.
Is it possible for 2 elemnts with different ID and Class attributes to call the same CSS class.