Skip to content

Problem? #7575

Closed
DrineTN opened this Issue · 3 comments

3 participants

@DrineTN

Challenge Prioritize One Style Over Another has an issue.
User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

<style>
  body {
    background-color: black;
    font-family: Monospace;
    color: green;
  }
  pink-text{
    color: pink;
  }
</style>
<h1 class="pink-text">Hello World!</h1>
@CullenIO

Please check the FreeCodeCamp chat before posting here. ☺
The problem is that in the style tags, "pink-text" has no dot (.) before it. This is the class selector.

@raisedadead
Free Code Camp member

@CullenIO Thanks.

@DrineTN Github Issues are not for Code Help, please follow our guidelines and seek assistance in the Help Chat.

Thanks and Happy Coding!

@DrineTN

Okey Thanks :+1:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.