So I am working on the New Responsive Web Design (which I like actually better than the old “Legacy” section). I am working on lesson 15 but I am not clear on what is being asked of me. It says " Start by rewriting the styles you have created into the styles.css file."
I am not sure how to rewrite the styles into the “styles.css” file.
I’m not sure which lesson 15 you’re in, but I think that what they want you to do is to move your css code (between the style tags) into the “styles.css” file.
You should be able to see the “styles.css” tab at the top of the page, next to “index.html”.
So just cut/paste into that.
Then delete the style tags from your html.
A reminder of how to post your code - it’s especially important with the new curriculum as each section has step numbers starting from 1.
When you want to post a question in the forum, you can do that by clicking the Ask for Help button located on the challenge.
That will create a new topic with all your code and it also includes a (helpful) link to the challenge.
You’ll still be able to ask your question in the post before submitting it to the forum.