Hi everyone! I hope someone can help me.
I lost all progress on the “responsive web design” I think.
Also, the course layout looks different. Is something recently changed?
What’s happened?
Hi everyone! I hope someone can help me.
I lost all progress on the “responsive web design” I think.
Also, the course layout looks different. Is something recently changed?
What’s happened?
The new Responsive Web Design curriculum content has been released.
FAQ:
index.html
and styles.css
tabs which you should use for the respective code.styles.css
file to your HTML (just like you would in real web-development), by adding the following line to the head
of your HTML:<link href="styles.css" />
DOCTYPE
, html
, head
and body
tags for each project.Hi ya!
Thanks for your help.
One issue now is that I can’t submit my projects the old way. When I go on the last project I get the new editor and I can’t see the field where I can paste my codepen project URL and submit it.
Am I missing something?
Amigo, estoy en la misma situacion, tengo un proyecto en codepen pero no se como o donde vincular este al nuevo editor, sin embargo en la parte de certificación me muestra un proyecto de codepen que realice antes de la actualizacion lo cual me genera mas confusión y considero que al finalizar el curso se va a ver un poco desorganizado al re dirigir diferentes editores…
Just copy and paste the code you have on Codepen into the editor. The HTML goes into the index.html and the CSS in styles.css.
Remember to link to the CSS file as explained in bullet point #5 in the FAQ.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.