Learn CSS Grid by Building a Magazine - Step 79

I just don’t see whats wrong.

    .hero-title {
      font-size: 6rem;
    }
    .hero-subtitle .author .quote .list-title {
      font-size: 1.8rem;
    }
    .social-icons {
      font-size: 2rem;
    }
    .text {
      font-size: 1.6rem;
    }
}

Hint:

Your new @media rule should have a .hero-title selector, a .hero-subtitle, .author, .quote, .list-title selector, a .social-icons selector, and a .text selector. These selectors should be in this order.

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0

Challenge: Learn CSS Grid by Building a Magazine - Step 79

Link to the challenge:

When you group multiple selectors together, you need to comma-separate them.

1 Like

It should work with this piece of code:

Mod edit: image redacted

The .selectors MUST be in the exact same order…

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.