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
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