yup some problems above.
Let’s take this one step at a time.
the instructions say:
Give your h1 element the id attribute of orange-text. Remember, id styles look like this:
<h1 id="orange-text">
Leave the blue-text and pink-text classes on your h1 element.
You are given this line to begin with: <h1 class="pink-text blue-text">Hello World!</h1>
and you changed it to look like this <h1 class ="pink-text blue-text">Hello World!</h1>
So do you see what you’re missing right away? (and do you see that extra unexpected space that is between the word ‘class’ and the equal sign? remove that.)
sigh. You make me feel like I’ve completely wasted my time trying to help this camper.
Just love it when people post answers after I’ve attempted to respond by guiding someone to come up with the answer themselves.
Totally agree woth you @hbar1st . That’s the way we learn. You have helped me through many problems in
that manner. And even i try to help others in that manner.