So my page on FCC changed where I can send a link from my codepen and submit the assignment now the layout is different like its making me code on FCC instead of codepen I can’t seem to find that blue page where there’s an area to put the link in and submit the assignment im baffled. The project is done just don’t know where to send now…
The new Responsive Web Design curriculum content has been released. You can no longer submit a codepen link.
FAQ:
5) How do I use the new editor?
- The new editor is as close to an external text editor as we wanted to get it. If the files for the challenge have been enabled, you can access the
index.htmlandstyles.csstabs which you should use for the respective code. - Two main differences between this editor and other online editors:
- You need to link your
styles.cssfile to your HTML (just like you would in real web-development), by adding the following line to theheadof your HTML:
- You need to link your
<link href="styles.css" />
-
- You are encouraged to include the
DOCTYPE,html,headandbodytags for each project.
- You are encouraged to include the
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.