CSS queation (selectors)

Hello Everyone, I have a question about css selectors.
What does it mean when I do something like this:
main.container{}
I defined a class called container in the main element

This selector main.container{} says: “Select the element ‘main’ which has a class of 'container”

:slight_smile: