THIS TUTORIAL ASKS US TO: Create an additional CSS class called blue-text that gives an element the color blue. Make sure it’s below your pink-text class declaration.
SO WE CREATE A CLASS SELECTOR CALLED: .BLUE-TEXT
and we place it under the .pink text class selector.
And then style the .blue-text with a blue color.
NEXT THE TUTORIAL ASK US TO:
Apply the blue-text class to your h1 element in addition to your pink-text class