Lesson 51 on html and csss

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