I want two classes with different names to have the same property in CSS. I don\'t want to repeat the code.
Don’t Repeat Your CSS
a.abc, a.xyz{ margin-left:20px; }
OR
a{ margin-left:20px; }