how can fix this **
Your code so far
<style>
body {
background-color: black;
font-family: monospace;
color: green;
}
#orang-text {color: orang;}
.pink-text {
color: pink;
}
.blue-text {
color: blue;
}
</style>
<h1 class="pink-text blue-text" id="orang-text">Hello World!</h1>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 OPR/68.0.3618.125
.
Challenge: Override Class Declarations by Styling ID Attributes
Link to the challenge: