Basic CSS: Use CSS Selectors to Style Elements
this is my relevant code
< style>
h2{
color: blue;
}
< /style>
< h2> CatPhotoApp < /h2>
[There are spaces in the code because it won’t show up otherwise]
I still have the pop up tell me " Your h2 element should be blue." The problem is that I can see it’s blue, I’ve done a refresh, I’ve reset the problem, typed it out manually, copy&paste the same solutions from others and nothing has worked.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.