Solved, just a typo :{

Tell us what’s happening:

I have completed the exercises and referenced it by the video answer to double check for both:

  • add-borders-around-your-elements
    &
  • Override Styles in Subsequent CSS

but both dont seem to update, have reloaded also but no change. Just wanted to check im not doing something silly.

Your code so far


<style>
  body {
    background-color: black;
    font-family: monospace;
  }
  .pink-text {
    color: pink;
  }
  .blue-text {
    colour: blue;
  }
</style>
<h1 class="pink-text blue-text">Hello World!</h1>

Your browser information:

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

you messed up on the word color

Thanks, UK-US colour / color :slight_smile:

Anytime @MecanizedMitch