Pls Help inline style overide

unable to change color a=to white even though i followed hint and video. pls help

   **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.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36

Challenge: Override Class Declarations with Inline Styles

Link to the challenge:

nevermind problem solved : ]

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