The "Responsive Web Design>Basic CSS>Use CSS Selectors to Style Elements
…and
"Responsive web design>Basic CSS>Use a Class to Style an Element
classes wont complete even though I did them right.
they both return all steps checked but say “my h2 element should be blue”…but it is! lol
I even copied the solution to check if it was me even the solution from FCC comes back as “your h2 element should be red”.
What am I missing on these two exercises on style?
Here’s my code for “Use a Class to Style an Element”
<style>
.red-text{color: red;}
</style>
<h2 class="red-text">CatPhotoApp</h2>
Is the website broken? I think its me.