Learn Accessibility by Building a Quiz - Step 49

Tell us what’s happening:

Your code so far

i just stuck in here, anyone can help me?
it say " You should add a main selector to target the main element."

h1 {
  color: #f1be32;
  font-size: min(5vw, 1.2em);
  text-align: center;
  padding: 10px;
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

Challenge: Learn Accessibility by Building a Quiz - Step 49

Link to the challenge:

That looks like a h1 selector

It gives you the implication that a new selector is necessary below the h1.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.