Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrectly worded test text for overriding class declarations with inline styles #16975

Closed
simonporter007 opened this issue Mar 28, 2018 · 1 comment

Comments

@simonporter007
Copy link
Contributor

Challenge Name

Override Class Declarations with Inline Styles

Issue Description

When trying to resolve the test cases, I misread the question. It said to make the h1 element white with an inline style and yet I made it green (following the example given). This still passed one of the tests when the wording suggested it should not have.

Browser Information

  • Browser Name, Version: Chrome 65
  • Operating System: Windows 10
  • Mobile, Desktop, or Tablet: Desktop

Your Code

<h1 style="color: green" id="orange-text" class="pink-text blue-text">Hello World!</h1>

Screenshot

image

@simonporter007
Copy link
Contributor Author

Ha. Just went to the repo to fix it and its already been done! That'll teach me not to search before raising. Apologies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant