how do i put 2 class selectors together
Write them together with a comma in between for eg
.class1, .class2{
This will select all elements of either class1 or class2
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.