Responsive web design - tribute page

Hi everyone.

I’m having a go at the tribute page challenge on FCC, but I’m confused about something:

I’ve done the HTML and CSS responsive web design tutorials and everything is done in one panel. However, with the tribute page challenge there are two panels - one for HTML and the other for CSS. I’m not sure what I’m meant to do. Do I type my HTML in the corresponding panel and then paste it into the CSS panel to apply CSS to it?

Thanks.

The instructions mention that you should link the stylesheet.
(Add a link element in your head container to link the stylesheet).once it is linked you are meant to move all the css to the styles.css

Hello and thank you for your reply.

Just to be sure I understand correctly; I paste the link into the Head in the HTML panel and then copy everything over to the CSS panel for styling?

That is the method, yes.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.