You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
You have modified your code. The instructions for the step is:
Delete the three existing type selectors and replace them with one selector list that centers the text for the h1, h2, and p elements.
You need one selector for three element.
Example
one, two, three {
Property: value;
}
Using the above example.
You need to add h1, h2, pselector, in that you needtext-alignproperty with the valuecenter` @oluwadamilolasamuel9
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Hello!
The selector1, selector2 is used as an example. With grouping CSS selectors, you dont need to add the properties indivdually. You add it in the same group, seperating each selector with a comma.
Example: