I Can not get to the next challenge

Tell us what’s happening:

I write the correct solution but can not get to the next challenge.

Your code so far


<style>
    h2 {color: blue;}
  </style>
<h2>CatPhotoApp</h2>
<main>
  <p>Click here to view more <a href="#">cat photos</a>.</p>

  <a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

  <div>
    <p>Things cats love:</p>
    <ul>
      <li>cat nip</li>
      <li>laser pointers</li>
      <li>lasagna</li>
    </ul>
    <p>Top 3 things cats hate:</p>
    <ol>
      <li>flea treatment</li>
      <li>thunder</li>
      <li>other cats</li>
    </ol>
  </div>

  <form action="/submit-cat-photo">
    <label><input type="radio" name="indoor-outdoor" checked> Indoor</label>
    <label><input type="radio" name="indoor-outdoor"> Outdoor</label><br>
    <label><input type="checkbox" name="personality" checked> Loving</label>
    <label><input type="checkbox" name="personality"> Lazy</label>
    <label><input type="checkbox" name="personality"> Energetic</label><br>
    <input type="text" placeholder="cat photo URL" required>
    <button type="submit">Submit</button>
  </form>
</main>

Your browser information:

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

Challenge:
Use CSS Selectors to Style Elements
Link to the challenge:

What do the failing tests say?

It is saying Create style element.

What browser are you using?

I am using Google Chrome

What is the name of the challenge you are trying to pass?

Use CSS selectors to style Elements
It is the second challenge in Basic CSS.

When I run your solution in the latest version of Chrome, it passes the tests. Try resetting the challenge and putting your solution in again.

I tried that several times.
one more thing that if my friend is doing same thing in his account freecodecamp org in other laptop it works fine.
If I open my account in that laptop then I can not do the same even in his laptop. I think it is because I am using freecodecamp rocks ?

have you tried using another browser?

Wait. Are you participating in the open beta at freecodecamp.rocks? If so, please report the issue. That’s what the beta testing is for.

I use other laptop as well as other browser too.
Ya I think I have to report because, I tried freecodecamp org on that I passed the test.
I don’t know how can I report?

From the thread: Break it. Then tell us how you broke it

If you want to use the stable version of Free Code Camp, I suggest that you continue on freecodecamp.org. Also, please remember that all accounts on freecodecamp.rocks are temporary and for testing purposes only.