Challenge Use CSS Selectors to Style Elements has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<style>
h2 {color: blue;}
</style>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
@LotusBlossom3
Your solution actually removed the h2 element tag for html, and all of its content.
This challenge works correctly, for more help please join the Freecodecamp chatrooms.
https://gitter.im/FreeCodeCamp/home
How do I close an Issue?
Hi @LotusBlossom3
Thanks for the report. The issue tracker is for reporting bugs only.
Please use the chat rooms:
or try looking through our forum for help with a specific challenge.
Happy Coding!
@raisedadead how can I close issues and become a Member or core contributor?
_Hidden by mod_
removed solution by mod
I was able to reproduce this error using Chrome, Firefox, and Opera using both Windows and Linux machines. This code works properly in the production course. What changed in the beta?