Unable to move to the next exercise

Tell us what’s happening:
Describe your issue in detail here.

after inputting the required code ’ style="color: white; yet am unable able to proceed
Your code so far


<style>
body {
  background-color: black;
  font-family: monospace;
  color: green;
}
#orange-text {
  color: orange;
}
.pink-text {
  color: pink;
}
.blue-text {
  color: blue;
}
</style>
<h1 id="orange-text" class="pink-text blue-text" style="color:white;">Hello World!</h1>
  **Your browser information:**

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

Challenge: Override Class Declarations with Inline Styles

Link to the challenge:

Hi, your code is working fine for me, try refreshing the browser and running the code again.

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