Web Dev 1 Stylish Intent

On the level Stylish Intent, after adding a color to the paragraphs and center aligning the header as it asks for, it does not reflect the changes on the left side, and the option to finish the level will not appear. After messing with it for a bit, I even tried to google search it and compare my code with that of other people and found that it was the same.

The News

h1 { color: red; text-decoration: underline; /* Align to center using the text-align: */ text-align: center; } p { text-align:center; /* Give all paragraph text a color: */ /* Colors can be purple, orange, blue, etc! */ color: red; }

this is what I got right now. Am I just not doing it right?

Can you take a screenshot?

nevermind let me look at your screenshot, I’ll let you know when I find out

thank you for the quick response! and sorry for the trouble :frowning:

I just reset my code and pasted in yours - it works fine. All I can suggest is to reset the code and copy+paste what you have in your first post, or change browsers. Weird, though.

did it work though? and It’s ok forum is for questions

it worked perfect soon as I loaded it in the Chromium browser! Thanks guys!