-
-
Notifications
You must be signed in to change notification settings - Fork 39.1k
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
Help! #11625
Comments
Hi @kerenkayyy The issue tracker is for reporting bugs only. If this is a request for help with a challenge, please use the help chat room or try looking through the forum for help with a specific challenge. If this is the case, please close this issue. Happy Coding. Automated response by Var.CI 🤖 |
Ohh I see,so how do I delete this?😂 |
@kerenkayyy Thanks for the issue, unfortunately this is a know bug in the current production site. Issue #7753 refers. For some reason, some android devices use The good news is, the issue has been resolved in the next release of freeCodeCamp. I'm really sorry for the time you have spent on this challenge. In order for you to pass this challenge, you will need to remove all the spaces from between the
|
Challenge:using a CSS class to style an element
https://www.freecodecamp.com/challenges/use-a-css-class-to-style-an-element#?solution=%0A%3Cstyle%3E%0A%20%C2%A0.red-text%20%7B%0A%20%C2%A0%20%20color%3A%20red%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text%22%3ECatPhotoApp%3C%2Fh2%3E%0A%0A%3Cp%3EKitty%20ipsum%20dolor%20sit%20amet%2C%20shed%20everywhere%20shed%20everywhere%20stretching%20attack%20your%20ankles%20chase%20the%20red%20dot%2C%20hairball%20run%20catnip%20eat%20the%20grass%20sniff.%3C%2Fp%3E%0A
Issue Description
I have tried and tried to make the text red but it didnt work even when i typed the code correctly.I alao consulted the forums and chats and they have said my code was correct
Browser Information
Your Code
<style> .red-text { color: red; } </style>CatPhotoApp
Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
The text was updated successfully, but these errors were encountered: